From 0895dee6247e1b129afed48658446fc0a4296671 Mon Sep 17 00:00:00 2001 From: Yana Blashchishina Date: Mon, 19 Feb 2024 17:02:04 -0800 Subject: header updated --- Homework6/Homework6/contacts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Homework6/Homework6/contacts.h b/Homework6/Homework6/contacts.h index d520158..65b3529 100644 --- a/Homework6/Homework6/contacts.h +++ b/Homework6/Homework6/contacts.h @@ -13,4 +13,5 @@ struct Contact { void addContact(Contact contacts[], int& numContacts); void updateContact(Contact contacts[], int& numContacts); void printContact(const Contact contacts[], int numContacts); +void deleteContact(const Contact contacts[], int numContacts); #endif \ No newline at end of file -- cgit v1.2.3