summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/at/sonyeric.h
Side-by-side diff
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 @@
+#ifndef sonyeric_h
+#define sonyeric_h
+
+GSM_Error SONYERIC_GetNextCalendar (GSM_StateMachine *, GSM_CalendarEntry *, bool);
+GSM_Error SONYERIC_GetNextToDo (GSM_StateMachine *, GSM_ToDoEntry *, bool);
+GSM_Error SONYERIC_GetToDoStatus (GSM_StateMachine *, GSM_ToDoStatus *);
+GSM_Error SONYERIC_AddCalendarNote (GSM_StateMachine *, GSM_CalendarEntry *);
+GSM_Error SONYERIC_AddToDo (GSM_StateMachine *, GSM_ToDoEntry *);
+GSM_Error SONYERIC_DeleteAllToDo (GSM_StateMachine *);
+GSM_Error SONYERIC_DelCalendarNote (GSM_StateMachine *, GSM_CalendarEntry *);
+GSM_Error SONYERIC_GetCalendarStatus (GSM_StateMachine *, GSM_CalendarStatus *);
+
+GSM_Error ERICSSON_ReplyGetDateLocale(GSM_Protocol_Message msg, GSM_StateMachine *s);
+GSM_Error ERICSSON_ReplyGetTimeLocale(GSM_Protocol_Message msg, GSM_StateMachine *s);
+GSM_Error ERICSSON_GetLocale(GSM_StateMachine *s, GSM_Locale *locale);
+GSM_Error ERICSSON_SetLocale(GSM_StateMachine *s, GSM_Locale *locale);
+
+#endif