]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
These are the changes to eliminate most of the arbitrary limits in the
[citadel.git] / citadel / citadel.h
index 3c15a7d5cd11a858f95570f8cc374b87360062a5..f4e2fdb9db9c13ef58b2a2aa8395ccb6f8bc11aa 100644 (file)
@@ -74,7 +74,6 @@ struct usersupp {                     /* User record                      */
        long lastseen[MAXROOMS];        /* Last message seen in each room   */
        char generation[MAXROOMS];      /* Generation # (for private rooms) */
        char forget[MAXROOMS];          /* Forgotten generation number      */
-       long mailnum[MAILSLOTS];        /* Message #'s of each mail message */
        unsigned flags;                 /* See US_ flags below              */
        int timescalled;                /* Total number of logins           */
        int posted;                     /* Number of messages posted (ever) */
@@ -115,15 +114,6 @@ struct CitControl {
  */
 #define MM_VALID       4               /* New users need validating        */
 
-/****************************************************************************
- * Information returned when a message is written to the message base
- */
-struct smreturn {                      /* Return from the send_message()   */
-       long smnumber;                  /* Message number (if sent)         */
-       long smpos;                     /* Position in file (if sent)       */
-       int smerror;                    /* Error code                       */
-       };
-
 /****************************************************************************
  * Room records
  */
@@ -147,11 +137,6 @@ struct quickroom {
  *
  ****************************************************************************/
 
-struct fullroom {
-       long FRnum[MSGSPERRM];          /* Message NUMBERS                  */
-               };
-
-
 /*
  * Events which might show up in the Citadel Log
  */