aboutsummaryrefslogtreecommitdiff
path: root/contactWind.h
blob: 41548b7fb81fd6a06ed44be7e9dd013b7eb937b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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