From: William A. Rowe Jr Date: Thu, 11 Apr 2002 03:57:02 +0000 (+0000) Subject: Forgot some prototypes? X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5cec37c81d8141053538d1849bd0b26a67ca0bc;p=thirdparty%2Fapache%2Fhttpd.git Forgot some prototypes? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/include/http_protocol.h b/src/include/http_protocol.h index 948790a09f6..ab0562d2559 100644 --- a/src/include/http_protocol.h +++ b/src/include/http_protocol.h @@ -217,6 +217,11 @@ CORE_EXPORT(void) ap_parse_uri(request_rec *r, const char *uri); */ API_EXPORT(int) ap_method_number_of(const char *method); +API_EXPORT(int) ap_getline(char *s, int n, BUFF *in, int fold); + +API_EXPORT(long) ap_get_chunk_size(char *b); + + #ifdef __cplusplus } #endif