You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2001/06/06 23:29:46 UTC

cvs commit: apr-util/include apr_date.h

jwoolley    01/06/06 14:29:46

  Modified:    include  apr_date.h
  Log:
  Fix a docco oversight
  
  Submitted by:	Ian Holsman <Ia...@cnet.com>
  
  Revision  Changes    Path
  1.4       +1 -1      apr-util/include/apr_date.h
  
  Index: apr_date.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_date.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -u -r1.3 -r1.4
  --- apr_date.h	2001/06/05 23:38:16	1.3
  +++ apr_date.h	2001/06/06 21:29:44	1.4
  @@ -90,7 +90,7 @@
    *  <x> - exact match for any other character
    * </PRE>
    * @return 1 if the string matches, 0 otherwise
  - * @deffunc int apr_checkmask(const char *data, const char *mask)
  + * @deffunc int apr_date_checkmask(const char *data, const char *mask)
    */
   APU_DECLARE(int) apr_date_checkmask(const char *data, const char *mask);