summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr/ndr_server_id.h
diff options
context:
space:
mode:
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);