summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 976aaba..872ac7d 100644
--- a/options.h
+++ b/options.h
@@ -28,6 +28,8 @@ struct options {
char email[128]; /* source email address */
char lock[128]; /* path of lock files */
int socketrights; /* rights of lcr admin socket */
+
+ int gsm; /* enable gsm support */
};
extern struct options options;