You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/06/03 01:35:35 UTC

cvs commit: apache-2.0/src/include buff.h

rbb         00/06/02 16:35:34

  Modified:    src/include buff.h
  Log:
  Fix a warning with bhalfduplex.
  
  Revision  Changes    Path
  1.25      +2 -0      apache-2.0/src/include/buff.h
  
  Index: buff.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/buff.h,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- buff.h	2000/06/02 23:04:52	1.24
  +++ buff.h	2000/06/02 23:35:33	1.25
  @@ -277,6 +277,8 @@
   /* Internal routines */
   API_EXPORT(int) ap_bflsbuf(int c, BUFF *fb);
   API_EXPORT(int) ap_bfilbuf(BUFF *fb);
  +ap_status_t ap_bhalfduplex(BUFF *fb, void *buf, ap_size_t nbyte, ap_ssize_t *bytes_read);
  +
   
   #ifndef APACHE_XLATE