about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-03-25 17:17:08 +0000
committerAlexander Barton <alex@barton.de>2002-03-25 17:17:08 +0000
commita323186926df90ec221b9558b93fab24d195a84a (patch)
treee183453644123c1f3a7f208230ac40f027a120b5 /src
parent117c1df65ac2b66acc03fbc8c6b33c448adb611c (diff)
downloadngircd-a323186926df90ec221b9558b93fab24d195a84a.tar.gz
ngircd-a323186926df90ec221b9558b93fab24d195a84a.zip
- neue Konstante fuer "Server Messages" (User-Mode "s").
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/log.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngircd/log.h b/src/ngircd/log.h
index 6177cad8..fce46793 100644
--- a/src/ngircd/log.h
+++ b/src/ngircd/log.h
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: log.h,v 1.8 2002/03/12 14:37:52 alex Exp $
+ * $Id: log.h,v 1.9 2002/03/25 17:17:08 alex Exp $
  *
  * log.h: Logging-Funktionen (Header)
  */
@@ -33,10 +33,13 @@
 #endif
 
 
+#define LOG_SERVERMSG 8192
+
+
 GLOBAL VOID Log_Init( VOID );
 GLOBAL VOID Log_Exit( VOID );
 
-GLOBAL VOID Log( CONST INT Level, CONST CHAR *Format, ... );
+GLOBAL VOID Log( INT Level, CONST CHAR *Format, ... );
 
 GLOBAL VOID Log_Init_Resolver( VOID );
 GLOBAL VOID Log_Exit_Resolver( VOID );