]> arthur.barton.de Git - netatalk.git/commitdiff
Hide namecache and uuidcache
authorFrank Lahm <franklahm@googlemail.com>
Thu, 31 May 2012 10:48:54 +0000 (12:48 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 31 May 2012 10:48:54 +0000 (12:48 +0200)
libatalk/acl/cache.c

index 86bc34dcfd59bf4bbb81c9785a072b502fda4e4c..bc9806d9d323f1e58af3c44e0c94c79b62ad1037 100644 (file)
@@ -37,8 +37,8 @@ typedef struct cacheduser {
     struct cacheduser *next;
 } cacheduser_t;
 
     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
 
 /********************************************************
  * helper function