]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
Reinstated the use of EUID/UUID in blog posts; however this time they are not being...
[citadel.git] / libcitadel / lib / libcitadel.h
index f61038199bd3933651da5d2d38f0fe3fa4e17d02..e9ae975f75935487dd8a867b78b03af95810a7c8 100644 (file)
@@ -87,6 +87,7 @@ typedef enum _room_views {
        VIEW_MAX
 } ROOM_VIEWS;
 
+#define BLOG_EUIDBUF_SIZE      40
 
 #ifndef IsEmptyStr
 #define IsEmptyStr(a) ((a)[0] == '\0')