diff options
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index b9e6dd7..df5416e 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -23,8 +23,8 @@ char addNew(contact* newContact[]); void update(contact* newContact[]); -void printAll(); +void printAll(contact* newContact[]); + -void exit(); #endif CONTACTS_HEADER_H
\ No newline at end of file |