[[[
Fix function header in subversion/include/svn_string.h
* subversion/include/svn_string.h
(copyright): Adjusted copyright year.
(svn_cstring_match_glob_list): Remove reference to the 'pool' parameter
in
the function header.
]]]
Regards,
Madan.
PS : Contents below are for my personal patch management. Pl. do not
remove the below text
while replying to this mail.
MY-SVK-TAG: fix_svn_cstring_match_glob_list_comment
Fix function header in subversion/include/svn_string.h
* subversion/include/svn_string.h
(copyright): Adjusted copyright year.
(svn_cstring_match_glob_list): Remove reference to the 'pool' parameter in
the function header.
=== subversion/include/svn_string.h
==================================================================
--- subversion/include/svn_string.h (revision 598)
+++ subversion/include/svn_string.h (local)
@@ -1,7 +1,7 @@
/**
* @copyright
* ====================================================================
- * Copyright (c) 2000-2004 CollabNet. All rights reserved.
+ * Copyright (c) 2000-2006 CollabNet. All rights reserved.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -314,8 +314,6 @@
/** Return @c TRUE iff @a str matches any of the elements of @a list, a list
* of zero or more glob patterns.
- *
- * Use @a pool for temporary allocation.
*/
svn_boolean_t svn_cstring_match_glob_list(const char *str,
apr_array_header_t *list);
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 30 15:03:52 2006