aboutsummaryrefslogtreecommitdiff
path: root/contactList.h
diff options
context:
space:
mode:
Diffstat (limited to 'contactList.h')
-rw-r--r--contactList.h2
1 files changed, 1 insertions, 1 deletions
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*);