diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-14 21:16:23 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-03-14 22:02:35 +0100 |
commit | 8dfa224c1350a9cb3a2d35fae7721bebecfe7934 (patch) | |
tree | e6915b8db5989f3f11629efca8ae231825907cad /source3/include/tldap.h | |
parent | e818090e245776ca1bcd362a47864eee35ed55ba (diff) | |
download | samba-8dfa224c1350a9cb3a2d35fae7721bebecfe7934.tar.gz samba-8dfa224c1350a9cb3a2d35fae7721bebecfe7934.tar.xz samba-8dfa224c1350a9cb3a2d35fae7721bebecfe7934.zip |
s3: Change tldap_entry_attributes to the "array,count" convention
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/tldap.h')
-rw-r--r-- | source3/include/tldap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/tldap.h b/source3/include/tldap.h index 6bd086b8004..36cbdce2dd0 100644 --- a/source3/include/tldap.h +++ b/source3/include/tldap.h @@ -108,8 +108,9 @@ int tldap_search(struct tldap_context *ld, TALLOC_CTX *mem_ctx, struct tldap_message ***entries, struct tldap_message ***refs); bool tldap_entry_dn(struct tldap_message *msg, char **dn); -bool tldap_entry_attributes(struct tldap_message *msg, int *num_attributes, - struct tldap_attribute **attributes); +bool tldap_entry_attributes(struct tldap_message *msg, + struct tldap_attribute **attributes, + int *num_attributes); struct tevent_req *tldap_add_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, |