From b84ddbea51b1247117891be301667feb2fa8975e Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 7 Feb 2019 10:59:50 +0100 Subject: Delete contact --- contactList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contactList.h') 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 -- cgit v1.2.3