X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=574cd68f75d0b7bd20d36e0df192e3bc677ce146;hp=ecf8244594cd27e9fde9fa3c17a6e3347ea1b458;hb=7f0d14c706328e1ff74fe8b8c16ae54407cc8055;hpb=8994874d7bcb1eff9ee833fb22e4910cc365f456 diff --git a/options.h b/options.h index ecf8244..574cd68 100644 --- a/options.h +++ b/options.h @@ -29,14 +29,12 @@ struct options { int socketrights; /* rights of lcr admin socket */ 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 }