X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=d7e76034395331056e04142b3406bc65b3870e47;hp=ec8f1c13ee5f3c13f37029bd3f21ca99c9ed2dfc;hb=79bd731c0db3e3202cfeed2af3fb217ae744b70f;hpb=6db34c1dca5c3a2acd0af689319b583ff8271dbc diff --git a/options.h b/options.h index ec8f1c1..d7e7603 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 gsm; /* enable gsm support */ + int socketuser; /* socket chown to this user */ + int socketgroup; /* socket chgrp to this group */ + int polling; + char otp_dir[256]; /* directory of OTP files */ }; extern struct options options; -extern char options_error[256]; - -int read_options(void); +int read_options(char *options_error); #ifdef __cplusplus }