You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by aa...@apache.org on 2002/04/16 17:40:38 UTC

cvs commit: apr/include apr_file_io.h

aaron       02/04/16 08:40:38

  Modified:    include  apr_file_io.h
  Log:
  Match the declaration in the .c file and the doc, which is "template".
  
  Submitted by:	Stas Bekman <st...@stason.org>
  
  Revision  Changes    Path
  1.121     +1 -1      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.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- apr_file_io.h	13 Mar 2002 20:39:14 -0000	1.120
  +++ apr_file_io.h	16 Apr 2002 15:40:38 -0000	1.121
  @@ -680,7 +680,7 @@
    * array.  
    *
    */
  -APR_DECLARE(apr_status_t) apr_file_mktemp(apr_file_t **fp, char *tmplt,
  +APR_DECLARE(apr_status_t) apr_file_mktemp(apr_file_t **fp, char *template,
                                             apr_int32_t flags, apr_pool_t *p);
   
   #ifdef __cplusplus