summaryrefslogtreecommitdiff
path: root/source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h
diff options
context:
space:
mode:
authorIvo De Decker <ivo.dedecker@ugent.be>2013-05-10 13:33:02 +0200
committerIvo De Decker <ivo.dedecker@ugent.be>2013-05-10 13:33:02 +0200
commit31202ad025bcdeb2585d18dc3f4641b5cf9c0ec4 (patch)
tree32c20d66684ac97b86e55495146e9a676bfae85a /source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h
parent2865eba17fddda6c49f1209ca92d539111e7ff93 (diff)
downloadsamba-31202ad025bcdeb2585d18dc3f4641b5cf9c0ec4.tar.gz
Imported Upstream version 4.0.0+dfsg1upstream/4.0.0+dfsg1
Diffstat (limited to 'source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h')
-rw-r--r--source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h b/source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h
new file mode 100644
index 0000000000..78d15b47f2
--- /dev/null
+++ b/source3/autoconf/librpc/gen_ndr/srv_dfsblobs.h
@@ -0,0 +1,9 @@
+#include "autoconf/librpc/gen_ndr/ndr_dfsblobs.h"
+#ifndef __SRV_DFSBLOBS__
+#define __SRV_DFSBLOBS__
+void _dfs_GetDFSReferral(struct pipes_struct *p, struct dfs_GetDFSReferral *r);
+void dfsblobs_get_pipe_fns(struct api_struct **fns, int *n_fns);
+struct rpc_srv_callbacks;
+NTSTATUS rpc_dfsblobs_init(const struct rpc_srv_callbacks *rpc_srv_cb);
+NTSTATUS rpc_dfsblobs_shutdown(void);
+#endif /* __SRV_DFSBLOBS__ */