]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/acl/aclldap.h
Add vasprintf compatibility function
[netatalk.git] / libatalk / acl / aclldap.h
index 085ed0b4f28eda751a54f2969db1ec1a34272718..b4adea9f43a37874692a5b0c89468dbb26f82836 100644 (file)
@@ -1,5 +1,4 @@
 /*
-   $Id: aclldap.h,v 1.1 2009-02-02 11:55:01 franklahm Exp $
    Copyright (c) 2008,2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
  * Interface
  ********************************************************/
 
-/* 
- *   name: give me his name
- *   type: and type of USER or GROUP
- *   uuid_string: returns pointer to allocated string
- * returns 0 on success !=0 on errror  
- */
 extern int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string);
-
-/* 
- *   uuipd: give me his uuid
- *   name:  returns pointer to allocated string
- *   type:  returns type: USER or GROUP
- * returns 0 on success !=0 on errror
- */
-extern int ldap_getnamefromuuid( uuidp_t uuidp, char **name, uuidtype_t *type); 
+extern int ldap_getnamefromuuid( const char *uuidstr, char **name, uuidtype_t *type); 
 
 #endif /* ACLLDAP_H */