diff options
author | Jeremy Allison <jra@samba.org> | 2001-02-28 02:03:02 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-02-28 02:03:02 +0000 |
commit | 2a258f7a64873fe4be213f974e21e6f0f596d0cd (patch) | |
tree | 5de8dcdeca5631bb4ff51764ec6edddd48a14c25 /source3/include | |
parent | 6ed9b52862fa076c26a267ab48df5a097f17edd6 (diff) | |
download | samba-2a258f7a64873fe4be213f974e21e6f0f596d0cd.tar.gz samba-2a258f7a64873fe4be213f974e21e6f0f596d0cd.tar.bz2 samba-2a258f7a64873fe4be213f974e21e6f0f596d0cd.zip |
Converted more to canonical format... save as I go.,
Jeremy.
(This used to be commit 1d4ff7a81bccce0e5701102314af4f9c64c55cd6)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ad16f94000..091796c412 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3419,15 +3419,10 @@ uint32 _spoolss_rffpcnex(pipes_struct *p, SPOOL_Q_RFFPCNEX *q_u, SPOOL_R_RFFPCNE uint32 _spoolss_rfnpcnex( pipes_struct *p, SPOOL_Q_RFNPCNEX *q_u, SPOOL_R_RFNPCNEX *r_u); uint32 _spoolss_enumprinters( pipes_struct *p, SPOOL_Q_ENUMPRINTERS *q_u, SPOOL_R_ENUMPRINTERS *r_u); uint32 _spoolss_getprinter(pipes_struct *p, SPOOL_Q_GETPRINTER *q_u, SPOOL_R_GETPRINTER *r_u); -uint32 _spoolss_getprinterdriver2(POLICY_HND *handle, const UNISTR2 *uni_arch, uint32 level, - uint32 clientmajorversion, uint32 clientminorversion, - NEW_BUFFER *buffer, uint32 offered, - uint32 *needed, uint32 *servermajorversion, uint32 *serverminorversion); -uint32 _spoolss_startpageprinter(POLICY_HND *handle); -uint32 _spoolss_endpageprinter(POLICY_HND *handle); -uint32 _spoolss_startdocprinter(POLICY_HND *handle, uint32 level, - pipes_struct *p, DOC_INFO *docinfo, - uint32 *jobid); +uint32 _spoolss_getprinterdriver2(pipes_struct *p, SPOOL_Q_GETPRINTERDRIVER2 *q_u, SPOOL_R_GETPRINTERDRIVER2 *r_u); +uint32 _spoolss_startpageprinter(pipes_struct *p, SPOOL_Q_STARTPAGEPRINTER *q_u, SPOOL_R_STARTPAGEPRINTER *r_u); +uint32 _spoolss_endpageprinter(pipes_struct *p, SPOOL_Q_ENDPAGEPRINTER *q_u, SPOOL_R_ENDPAGEPRINTER *r_u); +uint32 _spoolss_startdocprinter(pipes_struct *p, SPOOL_Q_STARTDOCPRINTER *q_u, SPOOL_R_STARTDOCPRINTER *r_u); uint32 _spoolss_enddocprinter(POLICY_HND *handle); uint32 _spoolss_writeprinter( POLICY_HND *handle, uint32 buffer_size, |