]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.c
add string representations of the RoomNetCfg as RoomNetCfgStr[maxRoomNetCfg]
[citadel.git] / libcitadel / lib / libcitadel.c
index 7028a5d87a4b3921ef94d26a5f37c2225db33c76..1165d4d7292d86c88d6451e7c0c902f25957f6b6 100644 (file)
 #include "xdgmime/xdgmime.h"
 #include "libcitadellocal.h"
 
+ConstStr RoomNetCfgStrs[maxRoomNetCfg] = {
+       {HKEY(strof(subpending))},
+       {HKEY(strof(unsubpending))},
+       {HKEY(strof(lastsent))}, /* Server internal use only */
+       {HKEY(strof(ignet_push_share))},
+       {HKEY(strof(listrecp))},
+       {HKEY(strof(digestrecp))},
+       {HKEY(strof(pop3client))},
+       {HKEY(strof(rssclient))},
+       {HKEY(strof(participate))}
+// No, not one of..    {HKEY(strof(maxRoomNetCfg))}
+};
+
+
+
+
 extern int BaseStrBufSize;
 char *libcitadel_version_string(void) {
        return "libcitadel(unnumbered)";