diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-12 16:33:26 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-02-13 12:11:52 +0100 |
commit | 6b492a1741b8bdcfc61e5fded36e818fa7795b76 (patch) | |
tree | b2857623f3d6550a5997cd7083cee2e067248fe2 /source3/include | |
parent | 78525270733a79a6e2def662d7340382cb648414 (diff) | |
download | samba-6b492a1741b8bdcfc61e5fded36e818fa7795b76.tar.gz samba-6b492a1741b8bdcfc61e5fded36e818fa7795b76.tar.bz2 samba-6b492a1741b8bdcfc61e5fded36e818fa7795b76.zip |
s3: Convert tldap_add_mod_blobs args to "array, count"
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/tldap_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h index 2e0da85f53..5b2d025cc5 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -35,7 +35,7 @@ bool tldap_pull_guid(struct tldap_message *msg, const char *attribute, struct GUID *guid); bool tldap_add_mod_blobs(TALLOC_CTX *mem_ctx, struct tldap_mod **pmods, int mod_op, const char *attrib, - int num_values, DATA_BLOB *values); + DATA_BLOB *values, int num_values); bool tldap_add_mod_str(TALLOC_CTX *mem_ctx, struct tldap_mod **pmods, int mod_op, const char *attrib, const char *str); bool tldap_make_mod_blob(struct tldap_message *existing, TALLOC_CTX *mem_ctx, |