* add defines for IGNET parts
[citadel.git] / libcitadel / lib / libcitadel.h
index 998a76d269474c33ca318fba0dcb6cd99610ec28..3949e87525149948b8db4490940ef84946b09073 100644 (file)
@@ -68,7 +68,7 @@ enum RoomNetCfg {
        maxRoomNetCfg
 };
 
-enum GNET_POP3_PARTS { /* pop3client split into these columns: */
+enum GNET_POP3_PARTS { /* pop3client splits into these columns: */
        GNET_POP3_HOST = 1,
        GNET_POP3_USER = 2,
        GNET_POP3_PASS = 4,
@@ -76,6 +76,10 @@ enum GNET_POP3_PARTS { /* pop3client split into these columns: */
        GNET_POP3_INTERVAL = 5
 };
 
+enum GNET_PUSH_SHARE { /* ignet_push_share splits into these columns: */
+       GNET_IGNET_NODE = 1,
+       GNET_IGNET_ROOM = 2
+};
 
 typedef enum __GPEXWhichPolicy {
        roompolicy,