diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-12 17:00:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-02-13 12:11:53 +0100 |
commit | fe551d681586adde38d4a01230f494ce0dd87b2c (patch) | |
tree | 9b42e30148b309f854683506cdf00ec0e28e5aa1 /source3/include | |
parent | 84abb428f640e4c48a7231ed78383b197ed715a9 (diff) | |
download | samba-fe551d681586adde38d4a01230f494ce0dd87b2c.tar.gz samba-fe551d681586adde38d4a01230f494ce0dd87b2c.tar.bz2 samba-fe551d681586adde38d4a01230f494ce0dd87b2c.zip |
s3: Convert tldap_entry_values 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 6a99a5f78a..53b0c7ba25 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -23,7 +23,7 @@ #include "includes.h" bool tldap_entry_values(struct tldap_message *msg, const char *attribute, - int *num_values, DATA_BLOB **values); + DATA_BLOB **values, int *num_values); bool tldap_get_single_valueblob(struct tldap_message *msg, const char *attribute, DATA_BLOB *blob); char *tldap_talloc_single_attribute(struct tldap_message *msg, |