]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/acl/cache.c
Hide namecache and uuidcache
[netatalk.git] / libatalk / acl / cache.c
index 86bc34dcfd59bf4bbb81c9785a072b502fda4e4c..bc9806d9d323f1e58af3c44e0c94c79b62ad1037 100644 (file)
@@ -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