diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-28 14:41:11 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-28 15:51:02 +0200 |
commit | c594d21fdaea3fcee11afddc4f0d3e8c065db815 (patch) | |
tree | 6ff59166f6fad9f2fad25fb23f960edc396f33b0 /source3/include/tldap_util.h | |
parent | ae5e1d984109d0b0d8356416d74b51c4f5311d2a (diff) | |
download | samba-c594d21fdaea3fcee11afddc4f0d3e8c065db815.tar.gz |
Add tldap_search_va
Diffstat (limited to 'source3/include/tldap_util.h')
-rw-r--r-- | source3/include/tldap_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h index 9b0393eefc..f257afc0b0 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -45,6 +45,10 @@ bool tldap_make_mod_fmt(struct tldap_message *existing, TALLOC_CTX *mem_ctx, const char *tldap_errstr(TALLOC_CTX *mem_ctx, struct tldap_context *ld, int rc); +int tldap_search_va(struct tldap_context *ld, const char *base, int scope, + const char *attrs[], int num_attrs, int attrsonly, + TALLOC_CTX *mem_ctx, struct tldap_message ***res, + const char *fmt, va_list ap); int tldap_search_fmt(struct tldap_context *ld, const char *base, int scope, const char *attrs[], int num_attrs, int attrsonly, TALLOC_CTX *mem_ctx, struct tldap_message ***res, |