X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=c13ee2c13c2d8631658fba93873fbe93c27dcf19;hp=ec8f1c13ee5f3c13f37029bd3f21ca99c9ed2dfc;hb=df0d71f05b79d7a2d800abdee8be26f6601d3ecd;hpb=6db34c1dca5c3a2acd0af689319b583ff8271dbc diff --git a/options.h b/options.h index ec8f1c1..c13ee2c 100644 --- a/options.h +++ b/options.h @@ -27,15 +27,15 @@ struct options { char email[128]; /* source email address */ char lock[128]; /* path of lock files */ 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 }