diff options
author | Günther Deschner <gd@samba.org> | 2009-03-18 00:45:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-18 17:09:33 +0100 |
commit | 36d07858069ed8710a0ad822535074bed77ec130 (patch) | |
tree | 72929f24bbb858683559c21dcdc04be301ca4a76 /source3/include | |
parent | a502392541bcb45babbb8ca57e17306aa726ee9b (diff) | |
download | samba-36d07858069ed8710a0ad822535074bed77ec130.tar.gz samba-36d07858069ed8710a0ad822535074bed77ec130.tar.bz2 samba-36d07858069ed8710a0ad822535074bed77ec130.zip |
s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 13b6cb920e..d0b8f22839 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5927,11 +5927,6 @@ void copy_id23_to_sam_passwd(struct samu *to, void copy_id25_to_sam_passwd(struct samu *to, struct samr_UserInfo25 *from); -/* The following definitions come from rpc_server/srv_spoolss.c */ - -void spoolss2_get_pipe_fns( struct api_struct **fns, int *n_fns ); -NTSTATUS rpc_spoolss2_init(void); - /* The following definitions come from rpc_server/srv_spoolss_nt.c */ WERROR delete_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *sharename ); |