]> code.citadel.org Git - citadel.git/blobdiff - textclient/textclient.h
textclient: bootstrap is no longer needed and is now just a stub to keep old scripts...
[citadel.git] / textclient / textclient.h
index ca6dab0e1e70042a3f4ca2720c6b1b16cd7703ab..6dd5889ca99de67be5908c93b394017f24a806bf 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 972
+#define CLIENT_VERSION 980
 #define CLIENT_TYPE            0
 
 // commands we can send to the stty_ctdl() routine
@@ -232,8 +232,6 @@ struct ctdluser {                   // User record
        uid_t uid;                      // Associate with a unix account?
        char password[32];              // password
        unsigned flags;                 // See US_ flags below
-       long timescalled;               // Total number of logins
-       long posted;                    // Number of messages ever submitted
        uint8_t axlevel;                // Access level
        long usernum;                   // User number (never recycled)
        time_t lastcall;                // Date/time of most recent login