X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fuuid.h;h=7746768116d5d96f34ece35fa1d97eaa01b3ce0f;hp=ddc2e3bd5e8be73f989015a748a706d0f8eaf08e;hb=ad220cd96d55445846d30b951a188ec5f9b849b2;hpb=d82952695132e6dc2de60655de1dccb805e2f26b diff --git a/include/atalk/uuid.h b/include/atalk/uuid.h index ddc2e3bd..77467681 100644 --- a/include/atalk/uuid.h +++ b/include/atalk/uuid.h @@ -41,7 +41,8 @@ extern char *ldap_uid_attr; ********************************************************/ extern int getuuidfromname( const char *name, uuidtype_t type, unsigned char *uuid); -extern int getnamefromuuid( uuidp_t uuidp, char **name, uuidtype_t *type); +extern int getnamefromuuid( const unsigned char *uuid, char **name, uuidtype_t *type); +extern void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id); extern const char *uuid_bin2string(const unsigned char *uuid); extern void uuid_string2bin( const char *uuidstring, unsigned char *uuid);