summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/options.h b/options.h
index ecf8244..c13ee2c 100644
--- a/options.h
+++ b/options.h
@@ -30,13 +30,12 @@ struct options {
int socketuser; /* socket chown to this user */
int socketgroup; /* socket chgrp to this group */
int gsm; /* enable gsm support */
+ int polling;
};
extern struct options options;
-extern char options_error[256];
-
-int read_options(void);
+int read_options(char *options_error);
#ifdef __cplusplus
}