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