diff options
author | Günther Deschner <gd@samba.org> | 2011-04-29 23:47:25 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-02 15:03:43 +0200 |
commit | c233c21425a183dd1124329fdbca13ab92cc6d6a (patch) | |
tree | f1448285c2c9673b99b1162d0edce16a861c8285 /source3/include | |
parent | 047d8c073b57bc12648a251deaceedb65f4f59cf (diff) | |
download | samba-c233c21425a183dd1124329fdbca13ab92cc6d6a.tar.gz samba-c233c21425a183dd1124329fdbca13ab92cc6d6a.tar.bz2 samba-c233c21425a183dd1124329fdbca13ab92cc6d6a.zip |
s3-proto: move remaining spoolss protos to own header file.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index cec11ad7eb..a2751c7558 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2630,16 +2630,6 @@ bool api_pipe_bind_auth3(struct pipes_struct *p, struct ncacn_packet *pkt); bool setup_fault_pdu(struct pipes_struct *p, NTSTATUS status); bool is_known_pipename(const char *cli_filename, struct ndr_syntax_id *syntax); -/* The following definitions come from rpc_server/srv_spoolss_nt.c */ -void srv_spoolss_cleanup(void); - -void do_drv_upgrade_printer(struct messaging_context *msg, - void *private_data, - uint32_t msg_type, - struct server_id server_id, - DATA_BLOB *data); -void update_monitored_printq_cache(struct messaging_context *msg_ctx); - /* The following definitions come from rpc_server/srv_svcctl_nt.c */ bool init_service_op_table( void ); |