summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_echo.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-17 15:07:24 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-17 15:07:24 +0200
commit5975cbc2606104c0eeaea12891ee6934e413f395 (patch)
treede94df97d3ad3d71eb09454ebcd565aa8e71deba /source3/librpc/gen_ndr/ndr_echo.h
parent06999ae473b5a1fdf21b44fa5866ad1dbc47d749 (diff)
downloadsamba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.gz
samba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.bz2
samba-5975cbc2606104c0eeaea12891ee6934e413f395.zip
Sync addition of [todo] attribute to Samba 3.
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_echo.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_echo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_echo.h b/source3/librpc/gen_ndr/ndr_echo.h
index 7af1c7446b..c1c7716573 100644
--- a/source3/librpc/gen_ndr/ndr_echo.h
+++ b/source3/librpc/gen_ndr/ndr_echo.h
@@ -32,6 +32,8 @@ extern const struct ndr_interface_table ndr_table_rpcecho;
#define NDR_ECHO_TESTDOUBLEPOINTER (0x09)
#define NDR_RPCECHO_CALL_COUNT (10)
+enum ndr_err_code ndr_push_echo_info1(struct ndr_push *ndr, int ndr_flags, const struct echo_info1 *r);
+enum ndr_err_code ndr_pull_echo_info1(struct ndr_pull *ndr, int ndr_flags, struct echo_info1 *r);
void ndr_print_echo_info1(struct ndr_print *ndr, const char *name, const struct echo_info1 *r);
void ndr_print_echo_info2(struct ndr_print *ndr, const char *name, const struct echo_info2 *r);
void ndr_print_echo_info3(struct ndr_print *ndr, const char *name, const struct echo_info3 *r);