diff options
Diffstat (limited to 'src/ngircd/parse.h')
| -rw-r--r-- | src/ngircd/parse.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index 7810adb8..0b9e6493 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.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: parse.h,v 1.6 2002/03/12 14:37:52 alex Exp $ + * $Id: parse.h,v 1.7 2002/05/27 13:09:27 alex Exp $ * * parse.h: Parsen der Client-Anfragen (Header) */ @@ -18,8 +18,6 @@ #ifndef __parse_h__ #define __parse_h__ -#include "conn.h" - typedef struct _REQUEST /* vgl. RFC 2812, 2.3 */ { @@ -30,7 +28,7 @@ typedef struct _REQUEST /* vgl. RFC 2812, 2.3 */ } REQUEST; -GLOBAL BOOLEAN Parse_Request( CONN_ID Idx, CHAR *Request ); +GLOBAL BOOLEAN Parse_Request PARAMS((CONN_ID Idx, CHAR *Request )); #endif |