summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/ndr_named_pipe_auth.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-04-21 04:48:48 +0200
committerStefan Metzmacher <metze@samba.org>2009-05-01 17:42:04 +0200
commit863c048d268fe75aded636859bd5c0689ac664db (patch)
tree6feb06166f65e947e2181a67219ffe83b3f93b04 /librpc/gen_ndr/ndr_named_pipe_auth.h
parent6d27b48b3fc7a0f92335308b7a5581892a9f8584 (diff)
downloadsamba-863c048d268fe75aded636859bd5c0689ac664db.tar.gz
samba-863c048d268fe75aded636859bd5c0689ac664db.tar.bz2
samba-863c048d268fe75aded636859bd5c0689ac664db.zip
rerun "make idl"
metze
Diffstat (limited to 'librpc/gen_ndr/ndr_named_pipe_auth.h')
-rw-r--r--librpc/gen_ndr/ndr_named_pipe_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/gen_ndr/ndr_named_pipe_auth.h b/librpc/gen_ndr/ndr_named_pipe_auth.h
index 857c2bcd9b..cd8e065f18 100644
--- a/librpc/gen_ndr/ndr_named_pipe_auth.h
+++ b/librpc/gen_ndr/ndr_named_pipe_auth.h
@@ -7,11 +7,13 @@
#define _HEADER_NDR_named_pipe_auth
#define NDR_NAMED_PIPE_AUTH_CALL_COUNT (0)
+void ndr_print_named_pipe_auth_req_info2(struct ndr_print *ndr, const char *name, const struct named_pipe_auth_req_info2 *r);
void ndr_print_named_pipe_auth_req_info(struct ndr_print *ndr, const char *name, const union named_pipe_auth_req_info *r);
enum ndr_err_code ndr_push_named_pipe_auth_req(struct ndr_push *ndr, int ndr_flags, const struct named_pipe_auth_req *r);
enum ndr_err_code ndr_pull_named_pipe_auth_req(struct ndr_pull *ndr, int ndr_flags, struct named_pipe_auth_req *r);
void ndr_print_named_pipe_auth_req(struct ndr_print *ndr, const char *name, const struct named_pipe_auth_req *r);
size_t ndr_size_named_pipe_auth_req(const struct named_pipe_auth_req *r, struct smb_iconv_convenience *ic, int flags);
+void ndr_print_named_pipe_auth_rep_info2(struct ndr_print *ndr, const char *name, const struct named_pipe_auth_rep_info2 *r);
void ndr_print_named_pipe_auth_rep_info(struct ndr_print *ndr, const char *name, const union named_pipe_auth_rep_info *r);
enum ndr_err_code ndr_push_named_pipe_auth_rep(struct ndr_push *ndr, int ndr_flags, const struct named_pipe_auth_rep *r);
enum ndr_err_code ndr_pull_named_pipe_auth_rep(struct ndr_pull *ndr, int ndr_flags, struct named_pipe_auth_rep *r);