X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=574cd68f75d0b7bd20d36e0df192e3bc677ce146;hp=ec8f1c13ee5f3c13f37029bd3f21ca99c9ed2dfc;hb=30224b43e26f8b942da6770ac57eb3e17fcb259e;hpb=6db34c1dca5c3a2acd0af689319b583ff8271dbc diff --git a/options.h b/options.h index ec8f1c1..574cd68 100644 --- a/options.h +++ b/options.h @@ -27,15 +27,14 @@ 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 */ + int socketuser; /* socket chown to this user */ + int socketgroup; /* socket chgrp to this group */ + int polling; }; extern struct options options; -extern char options_error[256]; - -int read_options(void); +int read_options(char *options_error); #ifdef __cplusplus }