summaryrefslogtreecommitdiff
path: root/source3/include/rpc_client_proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-09-26 05:44:42 +0000
committerLuke Leighton <lkcl@samba.org>2000-09-26 05:44:42 +0000
commitdda54bcd7d6f6d674f197abd323e102fdf7e8dc3 (patch)
tree69af1dfdf9d8d1e8a60cc0ca563c1777e7a36450 /source3/include/rpc_client_proto.h
parent5be845af6bea3d4795dc50fe9ee880527be5ecc0 (diff)
downloadsamba-dda54bcd7d6f6d674f197abd323e102fdf7e8dc3.tar.gz
samba-dda54bcd7d6f6d674f197abd323e102fdf7e8dc3.tar.bz2
samba-dda54bcd7d6f6d674f197abd323e102fdf7e8dc3.zip
added NEGNOWAIT. sent to secure@microsoft.com
(This used to be commit b21179331802aace566671dcff6db22cdf4b3e81)
Diffstat (limited to 'source3/include/rpc_client_proto.h')
-rw-r--r--source3/include/rpc_client_proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/rpc_client_proto.h b/source3/include/rpc_client_proto.h
index 19ffb097cc..90d675dbb4 100644
--- a/source3/include/rpc_client_proto.h
+++ b/source3/include/rpc_client_proto.h
@@ -138,6 +138,15 @@ BOOL do_samr_query_userinfo(struct cli_state *cli,
BOOL do_samr_close(struct cli_state *cli, POLICY_HND *hnd);
#endif
+/*The following definitions come from rpc_client/cli_spoolss_notify.c */
+
+BOOL spoolss_disconnect_from_client( struct cli_state *cli);
+BOOL spoolss_connect_to_client( struct cli_state *cli, char *remote_machine);
+BOOL cli_spoolss_reply_open_printer(struct cli_state *cli, char *printer, uint32 localprinter, uint32 type, uint32 *status, POLICY_HND *handle);
+BOOL cli_spoolss_reply_rrpcn(struct cli_state *cli, POLICY_HND *handle,
+ uint32 change_low, uint32 change_high, uint32 *status);
+BOOL cli_spoolss_reply_close_printer(struct cli_state *cli, POLICY_HND *handle, uint32 *status);
+
/*The following definitions come from rpc_client/cli_srvsvc.c */
BOOL do_srv_net_srv_conn_enum(struct cli_state *cli,