]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Forgot some prototypes?
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Apr 2002 03:57:02 +0000 (03:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Apr 2002 03:57:02 +0000 (03:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94601 13f79535-47bb-0310-9956-ffa450edef68

src/include/http_protocol.h

index 948790a09f6187b541ac5f3dc696501e77cc78a9..ab0562d25596d38eac4e54e88a53f5cad80b91e1 100644 (file)
@@ -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