Author: joes Date: Sun Dec 5 19:52:44 2004 New Revision: 109944 URL: http://svn.apache.org/viewcvs?view=rev&rev=109944 Log:
Drop internal apreq_parser_fcn struct. This cruft is the actual struct definition that I missed in r106960. Modified: httpd/apreq/trunk/src/apreq_parsers.c Modified: httpd/apreq/trunk/src/apreq_parsers.c Url: http://svn.apache.org/viewcvs/httpd/apreq/trunk/src/apreq_parsers.c?view=diff&rev=109944&p1=httpd/apreq/trunk/src/apreq_parsers.c&r1=109943&p2=httpd/apreq/trunk/src/apreq_parsers.c&r2=109944 ============================================================================== --- httpd/apreq/trunk/src/apreq_parsers.c (original) +++ httpd/apreq/trunk/src/apreq_parsers.c Sun Dec 5 19:52:44 2004 @@ -102,10 +102,6 @@ apreq_register_parser("multipart/related", apreq_parse_multipart); } -struct apreq_parser_fcn { - apr_status_t (*parser) (APREQ_PARSER_ARGS); -}; - APREQ_DECLARE(void) apreq_register_parser(const char *enctype, apr_status_t (*parser) (APREQ_PARSER_ARGS)) {
