From: Frank Lahm Date: Thu, 31 May 2012 10:48:54 +0000 (+0200) Subject: Hide namecache and uuidcache X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=68d459c6f7d8ca87c0422f3b58d79951e9f47a2e Hide namecache and uuidcache --- 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