From 9b81bd9478e242795e65f2d646b8b8eb123c5c5f Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 10 Feb 2019 23:52:06 +0100 Subject: Implement circular search --- contactList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contactList.h') diff --git a/contactList.h b/contactList.h index 0adcd9a..9051f41 100644 --- a/contactList.h +++ b/contactList.h @@ -37,7 +37,7 @@ int findContact(const char*, contact**); // Find a contact // Params: A name // Return: 0 if success, >0 otherwise -int findContactFromName(const char*, contact**); +int findContactFromName(const char*, contact**,contact*); -- cgit v1.2.3