ake         00/12/18 13:52:06

  Modified:    .        aprlib.def
  Log:
  apr_opendir to apr_dir_open
  
  Revision  Changes    Path
  1.55      +1 -1      apr/aprlib.def
  
  Index: aprlib.def
  ===================================================================
  RCS file: /home/cvs/apr/aprlib.def,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- aprlib.def        2000/12/18 17:00:39     1.54
  +++ aprlib.def        2000/12/18 21:52:05     1.55
  @@ -28,7 +28,7 @@
        apr_stat
           apr_lstat
        apr_seek
  -     apr_opendir
  +     apr_dir_open
        apr_closedir
        apr_readdir
        apr_rewinddir
  
  
  

Reply via email to