]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/uuid.h
Use function from 2-1 for local uuid generation
[netatalk.git] / include / atalk / uuid.h
index e3b2be118b19cb317694cad350e55c158809c8a5..a9432675af5dd2dac68dd0d5352676a6a0d9213e 100644 (file)
@@ -42,6 +42,8 @@ extern char *ldap_uid_attr;
 
 extern int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid);
 extern int getnamefromuuid( const uuidp_t uuidp, char **name, uuidtype_t *type);
+
+extern void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id);
 extern const char *uuid_bin2string(unsigned char *uuid);
 extern void uuid_string2bin( const char *uuidstring, uuidp_t uuid);