aboutsummaryrefslogtreecommitdiff
path: root/contactList.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-10 23:52:06 +0100
committerache <ache@ache.one>2019-02-10 23:52:06 +0100
commit9b81bd9478e242795e65f2d646b8b8eb123c5c5f (patch)
treed836b6cb0c9014c02aea426b9c5a7d93d47d5cd3 /contactList.h
parentFix search focus (diff)
Implement circular search
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*);