diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-04 04:28:48 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:13 -0400 |
commit | 849cc65654d20e7077621ead2429a82fcac35197 (patch) | |
tree | 0d6c07cfd5113b8f1d5bf809e17ad1303d9b3edc /source3/include | |
parent | 660506d359d76700f6f6ae5b7e9c4d05fe505fb6 (diff) | |
download | samba-849cc65654d20e7077621ead2429a82fcac35197.tar.gz samba-849cc65654d20e7077621ead2429a82fcac35197.tar.bz2 samba-849cc65654d20e7077621ead2429a82fcac35197.zip |
s3-smbd: Migrated to new spoolss functions for printing.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index df512e50ed..a98274bcad 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4724,14 +4724,6 @@ void notify_printer_byname( const char *printername, uint32 change, const char * void pcap_cache_reload(void); bool pcap_printername_ok(const char *printername); -/* The following definitions come from printing/printfsp.c */ - -NTSTATUS print_fsp_open(struct smb_request *req, connection_struct *conn, - const char *fname, - uint16_t current_vuid, files_struct *fsp); -void print_fsp_end(files_struct *fsp, enum file_close_type close_type); -SMB_OFF_T printfile_offset(files_struct *fsp, SMB_OFF_T offset); - /* The following definitions come from printing/printing.c */ uint16 pjobid_to_rap(const char* sharename, uint32 jobid); |