diff options
author | Jeremy Allison <jra@samba.org> | 2001-02-28 01:38:12 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-02-28 01:38:12 +0000 |
commit | 6ed9b52862fa076c26a267ab48df5a097f17edd6 (patch) | |
tree | 8b12603d999285c516f8e7239afdf37658dc7b6b /source3/include | |
parent | 403562cb94bc06707f86ec87caf0cf2d32a02ed7 (diff) | |
download | samba-6ed9b52862fa076c26a267ab48df5a097f17edd6.tar.gz samba-6ed9b52862fa076c26a267ab48df5a097f17edd6.tar.bz2 samba-6ed9b52862fa076c26a267ab48df5a097f17edd6.zip |
Ooops - forgot to check the rpcclient and smbcacls compile with the new
code :-(.
Jeremy.
(This used to be commit 70beabf73bdaad7b6a60e24b7a11798a411bed02)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8f0858d4ef..ad16f94000 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3418,8 +3418,7 @@ uint32 _spoolss_getprinterdata(pipes_struct *p, SPOOL_Q_GETPRINTERDATA *q_u, SPO uint32 _spoolss_rffpcnex(pipes_struct *p, SPOOL_Q_RFFPCNEX *q_u, SPOOL_R_RFFPCNEX *r_u); 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(POLICY_HND *handle, uint32 level, - NEW_BUFFER *buffer, uint32 offered, uint32 *needed); +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, |