aboutsummaryrefslogtreecommitdiff
path: root/contactWind.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-17 11:21:12 +0100
committerache <ache@ache.one>2017-11-17 11:21:12 +0100
commit20a87184b1c06f63b2b3d8b9c48a68535b31b4bb (patch)
treee3ad5a41ac00d71ef95bd58fd1c4d4bf3eaa07a7 /contactWind.h
parentNumber to contact option (diff)
New mesms
Diffstat (limited to 'contactWind.h')
-rw-r--r--contactWind.h20
1 files changed, 20 insertions, 0 deletions
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