fixup
[lcr.git] / options.h
index ec8f1c1..d7e7603 100644 (file)
--- 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
 }