X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=c13ee2c13c2d8631658fba93873fbe93c27dcf19;hp=ecf8244594cd27e9fde9fa3c17a6e3347ea1b458;hb=df0d71f05b79d7a2d800abdee8be26f6601d3ecd;hpb=8994874d7bcb1eff9ee833fb22e4910cc365f456 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 }