From 0701f875cc5cf358b644dd9b53f462d12968ea7d Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Sun, 18 Feb 2024 14:10:00 -0800 Subject: still sorting out errors --- Project1/Contacts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project1/Contacts.h') diff --git a/Project1/Contacts.h b/Project1/Contacts.h index df5416e..76b66cf 100644 --- a/Project1/Contacts.h +++ b/Project1/Contacts.h @@ -19,11 +19,11 @@ struct contact int menu(); -char addNew(contact* newContact[]); +char addNew(contact* newContact, size_t MAX); -void update(contact* newContact[]); +void update(contact* newContact, size_t MAX); -void printAll(contact* newContact[]); +void printAll(contact newContact, size_t MAX); -- cgit v1.2.3