diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-01 00:40:25 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-01 00:40:25 +0000 |
commit | c014d3b709c0c71f6a092069f88854ee3f5387d3 (patch) | |
tree | f856887074539582e2006cd3c46a73424cf9aeb4 /source3/include | |
parent | 011422ab5a45570d92740f4e11d1104296e38c9b (diff) | |
download | samba-c014d3b709c0c71f6a092069f88854ee3f5387d3.tar.gz samba-c014d3b709c0c71f6a092069f88854ee3f5387d3.tar.bz2 samba-c014d3b709c0c71f6a092069f88854ee3f5387d3.zip |
Remove unused code.
Jeremy.
(This used to be commit 3495d5cc3ba0f380fc78389b9ba17235ccd97ae4)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index db1f41d9b3..d9154cca6f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3185,11 +3185,7 @@ void free_devmode(DEVICEMODE *devmode); void free_printer_info_1(PRINTER_INFO_1 *printer); void free_printer_info_2(PRINTER_INFO_2 *printer); void free_printer_info_3(PRINTER_INFO_3 *printer); -void free_print2_array(uint32 num_entries, PRINTER_INFO_2 **entries); -void free_print1_array(uint32 num_entries, PRINTER_INFO_1 **entries); -void free_job1_array(uint32 num_entries, JOB_INFO_1 **entries); void free_job_info_2(JOB_INFO_2 *job); -void free_job2_array(uint32 num_entries, JOB_INFO_2 **entries); BOOL make_spoolss_q_replyopenprinter(SPOOL_Q_REPLYOPENPRINTER *q_u, const fstring string, uint32 printer, uint32 type); BOOL spoolss_io_q_replyopenprinter(char *desc, SPOOL_Q_REPLYOPENPRINTER *q_u, prs_struct *ps, int depth); |