aboutsummaryrefslogtreecommitdiff
path: root/contactList.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-07 10:59:50 +0100
committerache <ache@ache.one>2019-02-07 11:00:26 +0100
commitb84ddbea51b1247117891be301667feb2fa8975e (patch)
treeccd4ac8b7faaecaa63c8a34007a8930ada47d4dc /contactList.h
parentThe real UTF-8 problem is the code (diff)
Delete contact
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 6d72dee..0adcd9a 100644
--- a/contactList.h
+++ b/contactList.h
@@ -50,7 +50,7 @@ int addContact(const contact*);
// Delete a contact
// Params: A String which is a valide contact SIM number
// Return: 0 if success, >0 otherwise
-int deleteContact(void);
+int deleteContact(contact*);
// Sort the contact list
// Params : Nothing