rbb         01/08/12 09:02:02

  Modified:    include  apr_file_io.h
  Log:
  Ian reports that I missed this line.  :-)
  Submitted by: Ian Holsman <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.108     +1 -0      apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_io.h,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- apr_file_io.h     2001/08/12 05:50:46     1.107
  +++ apr_file_io.h     2001/08/12 16:02:01     1.108
  @@ -113,6 +113,7 @@
   #define APR_SET SEEK_SET
   #define APR_CUR SEEK_CUR
   #define APR_END SEEK_END
  +/** @} */
   
   /** should be same as whence type in lseek, POSIX defines this as int */
   typedef int       apr_seek_where_t;
  
  
  

Reply via email to