]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* shuffled the docs around
[citadel.git] / citadel / citadel.h
index a4d264ae88ddb1a28b28ef37deca224412458bf3..72819f61ee3cd479b8c8e13cab449398bc9a9149 100644 (file)
@@ -9,7 +9,7 @@
 #include "sysconfig.h"
 #include "ipcdef.h"
 #define CITADEL        "Citadel/UX 5.70"
-#define REV_LEVEL 560
+#define REV_LEVEL 570
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please
                           obtain SERVER_TYPE codes for your implementations */
 
@@ -180,14 +180,7 @@ struct quickroom {
 
 /****************************************************************************/
 
-struct recentmsg {
-       char RMnodename[10];
-       long RMnum;                     /* Number or time of message        */
-       };
-
-
-/****************************************************************************
- *
+/*
  * Floor record.  The floor number is implicit in its location in the file.
  */
 struct floor {
@@ -246,28 +239,4 @@ struct floor {
 #define SPOOLMIME      "application/x-citadel-delivery-list"
 #define        INTERNETCFG     "application/x-citadel-internet-config"
 
-/*
- * This structure is used to hold all of the fields of a message
- * during conversion, processing, or whatever.
- */
-struct minfo {
-       char A[512];
-       char B[512];
-       char C[512];
-       char D[512];
-       char E[512];
-       char G[512];
-       char H[512];
-       long I;
-       char N[512];
-       char O[512];
-       char P[512];
-       char R[512];
-       char S[512];
-       long T;
-       char U[512];
-       char Z[512];
-       char nexthop[512];
-       };
-
 #define TRACE  lprintf(9, "Checkpoint: %s, %d\n", __FILE__, __LINE__)