]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/acl/cache.h
Merge master
[netatalk.git] / libatalk / acl / cache.h
index 252d7da2681742cda7772c43eb793f76204853ab..11731a26c69d5bdeb683be1667a8c2c6bd351e03 100644 (file)
@@ -32,7 +32,7 @@
  * Interface
  ********************************************************/
 
-extern int search_cachebyname( const char *name, uuidtype_t *type, uuidp_t uuid);
+extern int search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid);
 extern int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid);
 extern int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type);
 extern int add_cachebyuuid( uuidp_t inuuid, const char *inname, uuidtype_t type, const unsigned long uid);