Translation update done using Pootle.
[gammu.git] / smsd / common.h
blob8dc68fb04d9b897b4411829e7d833c2f53535030
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 use_log;
23 int max_failures;
24 } SMSD_Parameters;
25 #endif
27 /* How should editor hadle tabs in this file? Add editor commands here.
28 * vim: noexpandtab sw=8 ts=8 sts=8: