1 #ifndef __smsd_common_h__
2 #define __smsd_common_h__
4 #include <gammu-smsd.h>
7 * Stucture holding Gammu SMSD command line parameters.
10 const char *config_file
;
17 gboolean start_service
;
18 gboolean stop_service
;
20 gboolean install_service
;
21 gboolean uninstall_service
;
27 /* How should editor hadle tabs in this file? Add editor commands here.
28 * vim: noexpandtab sw=8 ts=8 sts=8: