X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fparse.h;h=3acab7d53fbf25d3e8a0b700e94af714ec7d8ac1;hp=205dbb8dfb83d0a01e67cb194b4a0ea5d0a1924d;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=8605e9c0fe7ffa42149271c9af31288bd4a0dfac diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index 205dbb8d..3acab7d5 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -7,16 +7,16 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * $Id: parse.h,v 1.13 2008/01/13 16:12:49 fw Exp $ - * - * IRC command parser and validator (header) */ - #ifndef __parse_h__ #define __parse_h__ +/** + * @file + * IRC command parser and validator (header) + */ + #include "portab.h" typedef struct _REQUEST /* vgl. RFC 2812, 2.3 */ @@ -37,12 +37,10 @@ typedef struct _COMMAND long bytes; /* number of bytes created */ } COMMAND; - GLOBAL bool Parse_Request PARAMS((CONN_ID Idx, char *Request )); GLOBAL COMMAND *Parse_GetCommandStruct PARAMS(( void )); #endif - /* -eof- */