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 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