diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-12 19:05:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-12 19:05:46 +0200 |
commit | 9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740 (patch) | |
tree | 4436882b9f95831aa231a1ecde6e40a8a31c682d /source3/include | |
parent | edff62a31ebe818c62de21878359be8477d77a2f (diff) | |
download | samba-9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740.tar.gz samba-9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740.tar.bz2 samba-9f2ed1e00f586a67ab2d8c1f4770a570e6ae9740.zip |
Share RPC binding string utility functions.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0a5c401952..cc931ff321 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3760,7 +3760,7 @@ _PUBLIC_ struct ndr_pull *ndr_pull_init_blob(const DATA_BLOB *blob, TALLOC_CTX * _PUBLIC_ enum ndr_err_code ndr_pull_advance(struct ndr_pull *ndr, uint32_t size); _PUBLIC_ void ndr_pull_save(struct ndr_pull *ndr, struct ndr_pull_save *save); _PUBLIC_ void ndr_pull_restore(struct ndr_pull *ndr, struct ndr_pull_save *save); -_PUBLIC_ struct ndr_push *ndr_push_init_ctx(TALLOC_CTX *mem_ctx); +_PUBLIC_ struct ndr_push *ndr_push_init_ctx(TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *iconv_convenience); _PUBLIC_ DATA_BLOB ndr_push_blob(struct ndr_push *ndr); _PUBLIC_ enum ndr_err_code ndr_push_expand(struct ndr_push *ndr, uint32_t extra_size); _PUBLIC_ void ndr_print_debug_helper(struct ndr_print *ndr, const char *format, ...) _PRINTF_ATTRIBUTE(2,3); |