You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/04/11 05:57:02 UTC

cvs commit: apache-1.3/src/include http_protocol.h

wrowe       02/04/10 20:57:02

  Modified:    src/include http_protocol.h
  Log:
    Forgot some prototypes?
  
  Revision  Changes    Path
  1.58      +5 -0      apache-1.3/src/include/http_protocol.h
  
  Index: http_protocol.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/http_protocol.h,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- http_protocol.h	13 Mar 2002 21:05:29 -0000	1.57
  +++ http_protocol.h	11 Apr 2002 03:57:02 -0000	1.58
  @@ -217,6 +217,11 @@
    */
   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