summaryrefslogtreecommitdiff
path: root/source4/rpc_server/common/common.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-15 20:51:30 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-15 20:51:30 -0700
commit72217950d3a6ff0fc50eeebab13d4c9e119e6ba6 (patch)
tree8216e60486afe8d783712093546955bb8fa88afa /source4/rpc_server/common/common.h
parent9417aabe4b5f64001bffe2806f6527a31e87a25e (diff)
parent30d13288e5bb506584a0bf012d7b2e579a6a2074 (diff)
downloadsamba-72217950d3a6ff0fc50eeebab13d4c9e119e6ba6.tar.gz
samba-72217950d3a6ff0fc50eeebab13d4c9e119e6ba6.tar.bz2
samba-72217950d3a6ff0fc50eeebab13d4c9e119e6ba6.zip
Merge branch 'master' of /home/tridge/samba/git/combined
Diffstat (limited to 'source4/rpc_server/common/common.h')
-rw-r--r--source4/rpc_server/common/common.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/source4/rpc_server/common/common.h b/source4/rpc_server/common/common.h
index aacd460388..5a1d7abab9 100644
--- a/source4/rpc_server/common/common.h
+++ b/source4/rpc_server/common/common.h
@@ -25,14 +25,6 @@
struct share_config;
struct dcesrv_context;
-enum srvsvc_ShareType dcesrv_common_get_share_type(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, struct share_config *scfg);
-enum srvsvc_PlatformId dcesrv_common_get_platform_id(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx);
-const char *dcesrv_common_get_lan_root(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx);
-const char *dcesrv_common_get_server_name(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, const char *server_unc);
-uint32_t dcesrv_common_get_share_permissions(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, struct share_config *scfg);
-uint32_t dcesrv_common_get_share_current_users(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, struct share_config *scfg);
-const char *dcesrv_common_get_share_path(TALLOC_CTX *mem_ctx, struct dcesrv_context *dce_ctx, struct share_config *scfg);
-
struct dcesrv_context;
struct dcerpc_server_info {
@@ -42,4 +34,6 @@ struct dcerpc_server_info {
uint32_t version_build;
};
+#include "rpc_server/common/proto.h"
+
#endif /* _DCERPC_SERVER_COMMON_H_ */