]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-mode.h
- Anpassungen an pre-ANSI-Compiler,
[ngircd-alex.git] / src / ngircd / irc-mode.h
index 2b53664d0416c70bada00e4a8f888b17fae3b4bf..028b33a08f1e801109d8d614bf299de4c402825a 100644 (file)
@@ -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: irc-mode.h,v 1.3 2002/04/04 13:03:11 alex Exp $
+ * $Id: irc-mode.h,v 1.4 2002/05/27 13:09:27 alex Exp $
  *
  * irc-mode.h: IRC-Befehle zur Mode-Aenderung (MODE, AWAY, ...) (Header)
  */
 #ifndef __irc_mode_h__
 #define __irc_mode_h__
 
-#include "parse.h"
-#include "client.h"
 
-
-GLOBAL BOOLEAN IRC_MODE( CLIENT *Client, REQUEST *Req );
-GLOBAL BOOLEAN IRC_AWAY( CLIENT *Client, REQUEST *Req );
+GLOBAL BOOLEAN IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req ));
+GLOBAL BOOLEAN IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req ));
 
 
 #endif