merge in euid generation from master
[citadel.git] / libcitadel / lib / libcitadel.h
index 88ab8d72b4940253bc17179b5184fcc97bc40006..89fb4cee634561579cb50feb2a21a606ee2acbcf 100644 (file)
@@ -109,6 +109,7 @@ typedef enum _room_views {
        VIEW_MAX
 } ROOM_VIEWS;
 
+#define BLOG_EUIDBUF_SIZE      40
 
 #ifndef IsEmptyStr
 #define IsEmptyStr(a) ((a)[0] == '\0')