Add -lncurses to LDD flags
[lcr.git] / options.h
index 1a256e2..d7e7603 100644 (file)
--- a/options.h
+++ b/options.h
@@ -29,7 +29,8 @@ 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;