diff options
Diffstat (limited to 'Project1/Contacts.h')
| -rw-r--r-- | Project1/Contacts.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h index a1ef0fb..ba605fc 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -29,7 +29,9 @@ void update(contact newContact[], size_t MAX); void printAll(contact newContact[], size_t MAX); -void contact_double(contact*& newContact, size_t& MAX, size_t t); +contact contact_double(contact*& newContact, size_t& MAX, size_t t); + +size_t max_double(size_t MAX); void delete_contact(contact newContact[]); |