diff options
author | Jeremy Allison <jra@samba.org> | 2002-02-27 22:20:28 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-02-27 22:20:28 +0000 |
commit | 259d38790d95b47aab30b95677584c5fbce568c5 (patch) | |
tree | 4da9e22eb2844076671a8b4ee4bc5fce4664d201 /source/include/proto.h | |
parent | bc6659b1e0e8a7fced50752b095e0a5a72789ac7 (diff) | |
download | samba-259d38790d95b47aab30b95677584c5fbce568c5.tar.gz samba-259d38790d95b47aab30b95677584c5fbce568c5.tar.xz samba-259d38790d95b47aab30b95677584c5fbce568c5.zip |
Fix the build by moving the client notify code into srv_spoolss_nt.c
Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 21de7dd2b9b..9f992c17087 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -2428,9 +2428,6 @@ void cli_nt_session_close(struct cli_state *cli); 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, WERROR *status, POLICY_HND *handle); -BOOL cli_spoolss_reply_rrpcn(struct cli_state *cli, POLICY_HND *handle, - char* printername, uint32 change_low, uint32 change_high, - WERROR *status); BOOL cli_spoolss_reply_close_printer(struct cli_state *cli, POLICY_HND *handle, WERROR *status); |