Gammu internals  1.38.0
gsmcal.h
Go to the documentation of this file.
1 /* (c) 2002-2004 by Marcin Wiacek, 2005-2007 by Michal Cihar */
2 
19 #ifndef __gsm_cal_h
20 #define __gsm_cal_h
21 
22 /* ---------------------------- calendar ----------------------------------- */
23 
24 #include <gammu-calendar.h>
25 
29 typedef enum {
35 } GSM_TimeUnit;
36 
37 void GSM_GetCalendarRecurranceRepeat(GSM_Debug_Info *di, unsigned char *rec, unsigned char *endday, GSM_CalendarEntry *entry);
38 void GSM_SetCalendarRecurranceRepeat(GSM_Debug_Info *di, unsigned char *rec, unsigned char *endday, GSM_CalendarEntry *entry);
39 
40 /* ------------------------------ to-do ------------------------------------ */
41 
42 void GSM_ToDoFindDefaultTextTimeAlarmCompleted(GSM_ToDoEntry *entry, int *Text, int *Alarm, int *Completed, int *EndTime, int *Phone);
43 
44 
45 #endif
46 
48 /* How should editor hadle tabs in this file? Add editor commands here.
49  * vim: noexpandtab sw=8 ts=8 sts=8:
50  */
void GSM_ToDoFindDefaultTextTimeAlarmCompleted(GSM_ToDoEntry *entry, int *Text, int *Alarm, int *Completed, int *EndTime, int *Phone)
Definition: gsmcal.c:1005
GSM_TimeUnit
Definition: gsmcal.h:29
void GSM_SetCalendarRecurranceRepeat(GSM_Debug_Info *di, unsigned char *rec, unsigned char *endday, GSM_CalendarEntry *entry)
Definition: gsmcal.c:31
void GSM_GetCalendarRecurranceRepeat(GSM_Debug_Info *di, unsigned char *rec, unsigned char *endday, GSM_CalendarEntry *entry)
Definition: gsmcal.c:137