]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* sysdep.c: added new event hook type EVT_TIMER. Timer event hooks are called
[citadel.git] / citadel / msgbase.h
index 9e55685b51031b461beec109c83b5a06450ead25..8f46a86030364642ec1bb54b654c06b35189e3ee 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!!!!!!) */
 
 
 /*
@@ -88,6 +90,4 @@ int CtdlOutputMsg(long msg_num,               /* message number (local) to fetch */
                int mode,               /* how would you like that message? */
                int headers_only,       /* eschew the message body? */
                int do_proto,           /* do Citadel protocol responses? */
-               FILE *outfp,
-               int outsock,
                int crlf);