summary refs log tree commit diff
path: root/src/ngircd/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngircd/parse.h')
-rw-r--r--src/ngircd/parse.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h
index fad7b9cd..791842e1 100644
--- a/src/ngircd/parse.h
+++ b/src/ngircd/parse.h
@@ -9,11 +9,14 @@
  * 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.4 2002/01/02 02:43:50 alex Exp $
+ * $Id: parse.h,v 1.5 2002/02/27 23:24:29 alex Exp $
  *
  * parse.h: Parsen der Client-Anfragen (Header)
  *
  * $Log: parse.h,v $
+ * Revision 1.5  2002/02/27 23:24:29  alex
+ * - ueberfluessige Init- und Exit-Funktionen entfernt.
+ *
  * Revision 1.4  2002/01/02 02:43:50  alex
  * - Copyright-Text ergaenzt bzw. aktualisiert.
  *
@@ -45,9 +48,6 @@ typedef struct _REQUEST			/* vgl. RFC 2812, 2.3 */
 } REQUEST;
 
 
-GLOBAL VOID Parse_Init( VOID );
-GLOBAL VOID Parse_Exit( VOID );
-
 GLOBAL BOOLEAN Parse_Request( CONN_ID Idx, CHAR *Request );