* Replication fixes
[citadel.git] / citadel / server.h
index 94c9fce4ff9b5b848865e92d37abf32f35cd9e21..82113952da3b5eec272d77ac60ab4ba2d0ebc861 100644 (file)
@@ -36,6 +36,7 @@ struct CtdlSessData {
 enum {
        SYM_DESIRED_SECTION,            /* Used by the MIME parser */
        SYM_MA_INFO,                    /* Handles multipart/alternative */
+       SYM_REPL,                       /* Used for replication checking */
        SYM_MAX
 };