diff options
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 72f9ae2114..d0268fe1d6 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -42,7 +42,7 @@ bool tldap_make_mod_blob(struct tldap_message *existing, TALLOC_CTX *mem_ctx, struct tldap_mod **pmods, int *pnum_mods, const char *attrib, DATA_BLOB newval); bool tldap_make_mod_fmt(struct tldap_message *existing, TALLOC_CTX *mem_ctx, - int *pnum_mods, struct tldap_mod **pmods, + struct tldap_mod **pmods, int *pnum_mods, const char *attrib, const char *fmt, ...); const char *tldap_errstr(TALLOC_CTX *mem_ctx, struct tldap_context *ld, |