]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Removed the "filter" parameter from CtdlForEachNetCfgRoom().
[citadel.git] / citadel / citadel.h
index d1dd3598fd30257555632e2f552cc72ffe2b3721..047acb6c88d9abf7b2f2478f02d33aa0d59f17e3 100644 (file)
@@ -116,9 +116,7 @@ struct ctdluser {                   /* User record                       */
 };
 
 
-/* Bits which may appear in CitControl.MMflags.  Note that these don't
- * necessarily pertain to the message base -- it's just a good place to
- * store any global flags.
+/* Bits which may appear in MMflags.
  */
 #define MM_VALID       4               /* New users need validating        */
 
@@ -188,7 +186,7 @@ struct floor {
 /* number of items which may be handled by the CONF command */
 #define NUM_CONFIGS 71
 
-#define TRACE  syslog(LOG_DEBUG, "Checkpoint: %s, %d\n", __FILE__, __LINE__)
+#define TRACE  syslog(LOG_DEBUG, "\033[31mCheckpoint: %s : %d\033[0m", __FILE__, __LINE__)
 
 #ifndef LONG_MAX
 #define LONG_MAX 2147483647L