SIP: Fix incoming re-invite
[lcr.git] / options.h
index ecf8244..d7e7603 100644 (file)
--- a/options.h
+++ b/options.h
@@ -29,14 +29,13 @@ 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;
+       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
 }