Author: brane
Date: Fri Aug 1 09:16:24 2014
New Revision: 1615055
URL: http://svn.apache.org/r1615055
Log:
On the authzperf branch: Hide local function.
* subversion/libsvn_repos/authz.c (normalize_wildcards): Mark static.
Modified:
subversion/branches/authzperf/subversion/libsvn_repos/authz.c
Modified: subversion/branches/authzperf/subversion/libsvn_repos/authz.c
URL: http://svn.apache.org/viewvc/subversion/branches/authzperf/subversion/libsvn_repos/authz.c?rev=1615055&r1=1615054&r2=1615055&view=diff
==============================================================================
--- subversion/branches/authzperf/subversion/libsvn_repos/authz.c (original)
+++ subversion/branches/authzperf/subversion/libsvn_repos/authz.c Fri Aug 1 09:16:24 2014
@@ -651,7 +651,7 @@ insert_path(node_t *node,
* https://wiki.apache.org/subversion/AuthzImprovements
* and return the result.
*/
-const char *
+static const char *
normalize_wildcards(const char *path,
apr_pool_t *result_pool)
{
|