aboutsummaryrefslogtreecommitdiff
path: root/contactWind.h
diff options
context:
space:
mode:
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