summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-02-26 20:06:25 +0000
committerJeremy Allison <jra@samba.org>2001-02-26 20:06:25 +0000
commit95731132dc3cb78a41fc83c68af0f0168f07f246 (patch)
treee1c8918035afa476b2668eb2dd8690eb86fd701e /source3/include
parentd757d61abfd028f9088ef133100d4c6aebce3fc6 (diff)
downloadsamba-95731132dc3cb78a41fc83c68af0f0168f07f246.tar.gz
samba-95731132dc3cb78a41fc83c68af0f0168f07f246.tar.bz2
samba-95731132dc3cb78a41fc83c68af0f0168f07f246.zip
Split wks pipe into interface and implementation modules.
Jeremy. (This used to be commit 6a16b3850fdc4d6750ef2046f1db934f1ef92f17)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5d2c792b84..9bdca542fb 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3343,6 +3343,7 @@ BOOL close_lsa_policy_hnd(POLICY_HND *hnd);
/*The following definitions come from rpc_server/srv_lsa_nt.c */
+#if OLD_NTDOMAIN
uint32 _lsa_open_policy2(pipes_struct *p, LSA_Q_OPEN_POL2 *q_u, LSA_R_OPEN_POL2 *r_u);
uint32 _lsa_open_policy(pipes_struct *p, LSA_Q_OPEN_POL *q_u, LSA_R_OPEN_POL *r_u);
uint32 _lsa_enum_trust_dom(pipes_struct *p, LSA_Q_ENUM_TRUST_DOM *q_u, LSA_R_ENUM_TRUST_DOM *r_u);
@@ -3351,6 +3352,7 @@ uint32 _lsa_lookup_sids(pipes_struct *p, LSA_Q_LOOKUP_SIDS *q_u, LSA_R_LOOKUP_SI
uint32 _lsa_lookup_names(pipes_struct *p,LSA_Q_LOOKUP_NAMES *q_u, LSA_R_LOOKUP_NAMES *r_u);
uint32 _lsa_close(pipes_struct *p, LSA_Q_CLOSE *q_u, LSA_R_CLOSE *r_u);
uint32 _lsa_open_secret(pipes_struct *p, LSA_Q_OPEN_SECRET *q_u, LSA_R_OPEN_SECRET *r_u);
+#endif
/*The following definitions come from rpc_server/srv_netlog.c */
@@ -3557,6 +3559,12 @@ uint32 lookup_user_rid(char *user_name, uint32 *rid);
BOOL api_wkssvc_rpc(pipes_struct *p);
#endif
+/*The following definitions come from rpc_server/srv_wkssvc_nt.c */
+
+#if OLD_NTDOMAIN
+uint32 _wks_query_info(pipes_struct *p, WKS_Q_QUERY_INFO *q_u, WKS_R_QUERY_INFO *r_u);
+#endif
+
/*The following definitions come from rpcclient/cmd_lsarpc.c */