rbb         99/04/14 08:11:13

  Modified:    include  apr_network_io.h
  Log:
  Added definition for apr_send and apr_recv.
  
  Revision  Changes    Path
  1.2       +3 -0      apache-apr/include/apr_network_io.h
  
  Index: apr_network_io.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/include/apr_network_io.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apr_network_io.h  1999/04/13 11:51:48     1.1
  +++ apr_network_io.h  1999/04/14 15:11:12     1.2
  @@ -74,5 +74,8 @@
   apr_status_t apr_shutdown(apr_socket_t *, apr_shutdown_how_t);
   apr_status_t apr_close_socket(apr_socket_t *);
   
  +apr_ssize_t apr_send(apr_socket_t *, const char *, int, time_t);
  +apr_ssize_t apr_recv(apr_socket_t *, char *, int, time_t);
  +
   #endif  /* ! APR_FILE_IO_H */
   
  
  
  

Reply via email to