wrong character in the GSM 03.38 table (ç for Ç)
[gammu.git] / smsd / common.h
blob85c9f10c577b17c6ca620ac0f8d800f4933fb3a4
1 #ifndef __smsd_common_h__
2 #define __smsd_common_h__
4 #include <gammu-smsd.h>
6 /**
7 * Stucture holding Gammu SMSD command line parameters.
8 */
9 typedef struct {
10 const char *config_file;
11 const char *pid_file;
12 int uid;
13 int gid;
14 char *user;
15 char *group;
16 gboolean daemonize;
17 gboolean start_service;
18 gboolean stop_service;
19 gboolean run_service;
20 gboolean install_service;
21 gboolean uninstall_service;
22 gboolean install_evlog;
23 gboolean uninstall_evlog;
24 gboolean use_log;
25 int max_failures;
26 } SMSD_Parameters;
27 #endif
29 /* How should editor hadle tabs in this file? Add editor commands here.
30 * vim: noexpandtab sw=8 ts=8 sts=8: