diff options
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index d1cfe61..220e0f8 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -30,4 +30,6 @@ void printAll(contact newContact[], size_t MAX); void contact_double(contact*& newContact, size_t& MAX, size_t t); +void delete_contact(contact newContact[]); + #endif CONTACTS_HEADER_H
\ No newline at end of file |