kfogel      02/03/19 11:55:51

  Modified:    include  apr_fnmatch.h
  Log:
  * include/apr_fnmatch.h (apr_fnmatch): Document return values.
  
  Revision  Changes    Path
  1.16      +2 -1      apr/include/apr_fnmatch.h
  
  Index: apr_fnmatch.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_fnmatch.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- apr_fnmatch.h     12 Aug 2001 05:50:46 -0000      1.15
  +++ apr_fnmatch.h     19 Mar 2002 19:55:51 -0000      1.16
  @@ -62,7 +62,8 @@
   #define FNM_CASE_BLIND  0x08    /**< Compare characters case-insensitively.  
@remark This flag is an Apache addition */
   
   /**
  - * Try to match the string to the given pattern.
  + * Try to match the string to the given pattern, return APR_SUCCESS if
  + *    match, else return FNM_NOMATCH.
    * @param pattern The pattern to match to
    * @param strings The string we are trying to match
    * @param flags flags to use in the match.  Bitwise OR of:
  
  
  

Reply via email to