1 /* (c) 2002-2003 by Marcin Wiacek and Michal Cihar */
3 #include <gammu-error.h>
4 #include <gammu-statemachine.h>
21 #ifdef GSM_ENABLE_BACKUP
24 #if defined(GSM_ENABLE_NOKIA_DCT3) || defined(GSM_ENABLE_NOKIA_DCT4)
45 HelpCategory category
;
47 const char *description
;
48 } HelpCategoryDescriptions
;
51 const char *parameter
;
54 void (*Function
) (int argc
, char *argv
[]);
55 HelpCategory help_cat
[10];
59 /* How should editor hadle tabs in this file? Add editor commands here.
60 * vim: noexpandtab sw=8 ts=8 sts=8: