]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* definition of struct CitControl moved from citadel.h to server.h
[citadel.git] / citadel / citadel.h
index 4fdbc12b1a206dea255cc5ed86c1feb128968d7d..62a1a5e6c15eb8216088a4eec40e519a44ae3874 100644 (file)
@@ -188,17 +188,6 @@ struct ctdluser {                  /* User record                      */
 };
 
 
-/*
- * This is the control record for the message base... 
- */
-struct CitControl {
-       long MMhighest;                 /* highest message number in file   */
-       unsigned MMflags;               /* Global system flags              */
-       long MMnextuser;                /* highest user number on system    */
-       long MMnextroom;                /* highest room number on system    */
-       int version;                    /* Server-hosted upgrade level      */
-};
-
 /* Bits which may appear in CitControl.MMflags.  Note that these don't
  * necessarily pertain to the message base -- it's just a good place to
  * store any global flags.