summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-02-26 22:05:41 +0000
committerJeremy Allison <jra@samba.org>2001-02-26 22:05:41 +0000
commitde187df10c3d34ef87b3618fc8fc0e14b466b2f8 (patch)
tree546244b8b6fc411b75405bd487117571bc3dffa5 /source3/include
parent95731132dc3cb78a41fc83c68af0f0168f07f246 (diff)
downloadsamba-de187df10c3d34ef87b3618fc8fc0e14b466b2f8.tar.gz
samba-de187df10c3d34ef87b3618fc8fc0e14b466b2f8.tar.bz2
samba-de187df10c3d34ef87b3618fc8fc0e14b466b2f8.zip
Split srvsvc pipe into interface and implementation modules.
Jeremy. (This used to be commit e14c88ddf466f17a710724fb4fc273d37a244d77)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9bdca542fb..858796aa22 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3540,6 +3540,18 @@ uint32 _spoolss_getjob( POLICY_HND *handle, uint32 jobid, uint32 level,
BOOL api_srvsvc_rpc(pipes_struct *p);
#endif
+/*The following definitions come from rpc_server/srv_srvsvc_nt.c */
+
+#if OLD_NTDOMAIN
+uint32 _srv_net_srv_get_info(pipes_struct *p, SRV_Q_NET_SRV_GET_INFO *q_u, SRV_R_NET_SRV_GET_INFO *r_u);
+uint32 _srv_net_file_enum(pipes_struct *p, SRV_Q_NET_FILE_ENUM *q_u, SRV_R_NET_FILE_ENUM *r_u);
+uint32 _srv_net_conn_enum(pipes_struct *p, SRV_Q_NET_CONN_ENUM *q_u, SRV_R_NET_CONN_ENUM *r_u);
+uint32 _srv_net_sess_enum(pipes_struct *p, SRV_Q_NET_SESS_ENUM *q_u, SRV_R_NET_SESS_ENUM *r_u);
+uint32 _srv_net_share_enum(pipes_struct *p, SRV_Q_NET_SHARE_ENUM *q_u, SRV_R_NET_SHARE_ENUM *r_u);
+uint32 _srv_net_share_get_info(pipes_struct *p, SRV_Q_NET_SHARE_GET_INFO *q_u, SRV_R_NET_SHARE_GET_INFO *r_u);
+uint32 _srv_net_remote_tod(pipes_struct *p, SRV_Q_NET_REMOTE_TOD *q_u, SRV_R_NET_REMOTE_TOD *r_u);
+#endif
+
/*The following definitions come from rpc_server/srv_util.c */
#if OLD_NTDOMAIN