summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/at/sonyeric.h
Unidiff
Diffstat (limited to 'gammu/emb/common/phone/at/sonyeric.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/phone/at/sonyeric.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/gammu/emb/common/phone/at/sonyeric.h b/gammu/emb/common/phone/at/sonyeric.h
new file mode 100644
index 0000000..a2d1c5c
--- a/dev/null
+++ b/gammu/emb/common/phone/at/sonyeric.h
@@ -0,0 +1,18 @@
1#ifndef sonyeric_h
2#define sonyeric_h
3
4 GSM_Error SONYERIC_GetNextCalendar(GSM_StateMachine *, GSM_CalendarEntry *, bool);
5 GSM_Error SONYERIC_GetNextToDo (GSM_StateMachine *, GSM_ToDoEntry *, bool);
6 GSM_Error SONYERIC_GetToDoStatus(GSM_StateMachine *, GSM_ToDoStatus *);
7 GSM_Error SONYERIC_AddCalendarNote(GSM_StateMachine *, GSM_CalendarEntry *);
8 GSM_Error SONYERIC_AddToDo (GSM_StateMachine *, GSM_ToDoEntry *);
9 GSM_Error SONYERIC_DeleteAllToDo(GSM_StateMachine *);
10 GSM_Error SONYERIC_DelCalendarNote(GSM_StateMachine *, GSM_CalendarEntry *);
11 GSM_Error SONYERIC_GetCalendarStatus(GSM_StateMachine *, GSM_CalendarStatus *);
12
13GSM_Error ERICSSON_ReplyGetDateLocale(GSM_Protocol_Message msg, GSM_StateMachine *s);
14GSM_Error ERICSSON_ReplyGetTimeLocale(GSM_Protocol_Message msg, GSM_StateMachine *s);
15GSM_Error ERICSSON_GetLocale(GSM_StateMachine *s, GSM_Locale *locale);
16GSM_Error ERICSSON_SetLocale(GSM_StateMachine *s, GSM_Locale *locale);
17
18#endif