]> 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 0d7fe4a2f31fa33cfdea800d2b75bda838e9b53c..6dd5889ca99de67be5908c93b394017f24a806bf 100644 (file)
@@ -11,7 +11,7 @@
 #define        UDS                     "_UDS_"
 #define DEFAULT_HOST           "localhost"
 #define DEFAULT_PORT           "504"
-#define CLIENT_VERSION 954
+#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
@@ -284,7 +282,6 @@ struct ctdlipcroom {
        long RRlastread;                /* Highest message user has read */
        char RRismailbox;               /* Is this room a mailbox room? */
        char RRaide;                    /* User can do aide commands in room */
-       long RRnewmail;                 /* Number of new mail messages */
        char RRfloor;                   /* Which floor this room is on */
        char RRcurrentview;             /* The user's current view for this room */
        char RRdefaultview;             /* The default view for this room */