From 6b492a1741b8bdcfc61e5fded36e818fa7795b76 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Feb 2011 16:33:26 +0100 Subject: s3: Convert tldap_add_mod_blobs args to "array, count" --- source3/include/tldap_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/tldap_util.h') 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, -- cgit