Fix the Makefile.in to properly clean the user_modules tree.
[citadel.git] / citadel / include / ctdl_module.h
index cba6917149cc81334444bea9abcc959f8cc0c837..9019a5d1c22c5422e44f883956dba2d21f21b9fc 100644 (file)
 
 void CtdlLogPrintf(enum LogLevel loglevel, const char *format, ...);
 
-/*
- * Fix the interface to aide_message so that it complies with the Coding style
- */
-#define CtdlAideMessage(TEXT, SUBJECT) aide_message(TEXT, SUBJECT)
+#define CtdlAideMessage(TEXT, SUBJECT) quickie_message("Citadel",NULL,NULL,AIDEROOM,TEXT,FMT_CITADEL,SUBJECT) 
 
 /*
  * Hook functions available to modules.