]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* Temporary hack to ig_tcp_server() to listen on an arbitrary port if the
[citadel.git] / citadel / msgbase.h
index d9a5cf3259bce9c573c6badca85ecc76e6b4034e..51e104ff99c3e7b80aa2d56faff2452f85cf8b9f 100644 (file)
@@ -14,6 +14,8 @@
  */
 #define SM_VERIFY_GOODNESS     1       /* Verify this is a real msg number */
 #define SM_DO_REPL_CHECK       2       /* Perform replication checks */
+#define SM_DONT_BUMP_REF       3       /* Don't bump reference count
+                                          (use with extreme care!!!!!!) */
 
 
 /*
@@ -89,5 +91,5 @@ int CtdlOutputMsg(long msg_num,               /* message number (local) to fetch */
                int headers_only,       /* eschew the message body? */
                int do_proto,           /* do Citadel protocol responses? */
                FILE *outfp,
-               int outsock
-);
+               int outsock,
+               int crlf);