Master User hack is now defined in site config instead of
[citadel.git] / citadel / include / artv_deserialize.h
index 22f65fda7d3a802b40998211846754cb0f2e3c47..18699ad5dc79074f75f1ae991e97377dc5b51909 100644 (file)
@@ -1,5 +1,7 @@
-
 /**
+ *
+ * $Id$
+ *
  * this file contains the defines that cause our x-macros to serialize for artv export
  */
 #define CFG_VALUE(a,b) a
@@ -20,7 +22,5 @@
 #define TIME(a) client_getln(cbuf, sizeof cbuf); buf->a = atol(cbuf)
 #define UID_T(a) client_getln(cbuf, sizeof cbuf); buf->a = atol(cbuf)
 
-
-
 #define STRING_BUF(a, b) client_getln(buf->a, b)
 #define STRING(a) client_getln(buf->a, sizeof buf->a)