diff options
Diffstat (limited to 'src/ngircd/parse.h')
| -rw-r--r-- | src/ngircd/parse.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index ef42be14..3acab7d5 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #ifndef __parse_h__ #define __parse_h__ @@ -38,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- */ |