From 68d459c6f7d8ca87c0422f3b58d79951e9f47a2e Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Thu, 31 May 2012 12:48:54 +0200 Subject: [PATCH] Hide namecache and uuidcache --- libatalk/acl/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libatalk/acl/cache.c b/libatalk/acl/cache.c index 86bc34dc..bc9806d9 100644 --- a/libatalk/acl/cache.c +++ b/libatalk/acl/cache.c @@ -37,8 +37,8 @@ typedef struct cacheduser { struct cacheduser *next; } cacheduser_t; -cacheduser_t *namecache[256]; /* indexed by hash of name */ -cacheduser_t *uuidcache[256]; /* indexed by hash of uuid */ +static cacheduser_t *namecache[256]; /* indexed by hash of name */ +static cacheduser_t *uuidcache[256]; /* indexed by hash of uuid */ /******************************************************** * helper function -- 2.39.2