X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=574cd68f75d0b7bd20d36e0df192e3bc677ce146;hp=ecf8244594cd27e9fde9fa3c17a6e3347ea1b458;hb=4b85a2abcd708ad8d0e02dca9913db7bd6ab4fed;hpb=03cb33b51da2596a2ef4373debe52ccde8e5cc7b 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 }