X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fparse.h;h=a3f764ece38587c22fca60ed344b74e6e1e1ca55;hb=a60465be3ec6e6960a981c5e2c21846839359653;hp=e7a00879b5b826f7bef0dd4d604314fc0114ca09;hpb=47ca178a219d682c589b27e64ee1a4e936cc7bdc;p=ngircd-alex.git diff --git a/src/ngircd/parse.h b/src/ngircd/parse.h index e7a00879..a3f764ec 100644 --- a/src/ngircd/parse.h +++ b/src/ngircd/parse.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: parse.h,v 1.12 2007/11/21 12:16:36 alex Exp $ + * $Id: parse.h,v 1.13 2008/01/13 16:12:49 fw Exp $ * * IRC command parser and validator (header) */ @@ -38,18 +38,10 @@ typedef struct _COMMAND } COMMAND; -typedef struct _NUMERIC -{ - int numeric; /* numeric */ - bool (*function) PARAMS(( CLIENT *Client, REQUEST *Request )); -} NUMERIC; - - GLOBAL bool Parse_Request PARAMS((CONN_ID Idx, char *Request )); GLOBAL COMMAND *Parse_GetCommandStruct PARAMS(( void )); - #endif