summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/ndr_server_id.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-15 17:37:03 +0100
committerGünther Deschner <gd@samba.org>2011-02-16 00:02:33 +0100
commite34ba447ec8a54db744f0103d91ec05f7cfd60ce (patch)
tree6c8f8b40a6e37ea19f5439c6802c5b0b1910ba46 /source3/librpc/ndr/ndr_server_id.h
parentab85362cffbf844f4783b4e82fe7db8f9d5067bc (diff)
downloadsamba-e34ba447ec8a54db744f0103d91ec05f7cfd60ce.tar.gz
samba-e34ba447ec8a54db744f0103d91ec05f7cfd60ce.tar.bz2
samba-e34ba447ec8a54db744f0103d91ec05f7cfd60ce.zip
s3-librpc: move server_id marshalling to own helper file.
(in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc/ndr/ndr_server_id.h')
-rw-r--r--source3/librpc/ndr/ndr_server_id.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/ndr/ndr_server_id.h b/source3/librpc/ndr/ndr_server_id.h
new file mode 100644
index 0000000000..5975abc1f5
--- /dev/null
+++ b/source3/librpc/ndr/ndr_server_id.h
@@ -0,0 +1,6 @@
+
+/* The following definitions come from librpc/ndr/ndr_server_id.c */
+
+enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r);
+enum ndr_err_code ndr_pull_server_id(struct ndr_pull *ndr, int ndr_flags, struct server_id *r);
+void ndr_print_server_id(struct ndr_print *ndr, const char *name, const struct server_id *r);