diff options
Diffstat (limited to 'Homework6')
| -rw-r--r-- | Homework6/Homework6/contacts.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |