X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libatalk%2Facl%2Fcache.h;h=11731a26c69d5bdeb683be1667a8c2c6bd351e03;hb=a0e6244c0526e79d3455ffee71bb9d36b49df4a6;hp=252d7da2681742cda7772c43eb793f76204853ab;hpb=e22bbf78a53bf739dd38383de42a23c95d43c15d;p=netatalk.git diff --git a/libatalk/acl/cache.h b/libatalk/acl/cache.h index 252d7da2..11731a26 100644 --- a/libatalk/acl/cache.h +++ b/libatalk/acl/cache.h @@ -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);