You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2001/07/03 14:03:05 UTC

cvs commit: apr/include apr_file_info.h

trawick     01/07/03 05:03:03

  Modified:    include  apr_file_info.h
  Log:
  fix some apr_filepath_root() doc
  
  Revision  Changes    Path
  1.20      +1 -1      apr/include/apr_file_info.h
  
  Index: apr_file_info.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_info.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- apr_file_info.h	2001/06/27 19:44:26	1.19
  +++ apr_file_info.h	2001/07/03 12:02:56	1.20
  @@ -302,7 +302,7 @@
    *      APR_FILEPATH_TRUENAME  Tests that the root exists, and makes it proper
    * </PRE>
    * @param p the pool to allocate the new path string from
  - * @deffunc apr_status_t apr_filepath_root(const char **rootpath, const char **inpath, apr_pool_t *p)
  + * @deffunc apr_status_t apr_filepath_root(const char **rootpath, const char **inpath, apr_int32_t flags, apr_pool_t *p)
    * @tip on return, filepath points to the first non-root character in the
    * given filepath.  In the simplest example, given a filepath of "/foo", 
    * returns the rootpath of "/" and filepath points at "foo".  This is far