From 20a87184b1c06f63b2b3d8b9c48a68535b31b4bb Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 17 Nov 2017 11:21:12 +0100 Subject: New mesms --- contactWind.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 contactWind.h (limited to 'contactWind.h') diff --git a/contactWind.h b/contactWind.h new file mode 100644 index 0000000..41548b7 --- /dev/null +++ b/contactWind.h @@ -0,0 +1,20 @@ + +#ifndef CONTACT_WIND +#define CONTACT_WIND + +#include "contactList.h" + +void clearContactListW(void); +void showContactListW(void); +void refreshContactListW(void); + +void selectNextContact(void); +void selectPreviousContact(void); + +struct contact* getContactSelected(void); + + + + + +#endif -- cgit v1.2.3