diff options
author | Günther Deschner <gd@samba.org> | 2009-03-06 20:22:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-07 00:42:58 +0100 |
commit | f48ccec957c1ea943ad88304c40e37e803f6e9fb (patch) | |
tree | 0ba2e2543f5138c66b1cc2e9732d7e62a892555b /source3/include | |
parent | 9f27a0813c4edfacdd9f45dce4383ccc69a3d317 (diff) | |
download | samba-f48ccec957c1ea943ad88304c40e37e803f6e9fb.tar.gz samba-f48ccec957c1ea943ad88304c40e37e803f6e9fb.tar.bz2 samba-f48ccec957c1ea943ad88304c40e37e803f6e9fb.zip |
s3-spoolss: use pidl for _spoolss_EnumPrintProcessors.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c8dff53fdd..ca64463059 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6123,7 +6123,6 @@ WERROR enumports_hook(TALLOC_CTX *ctx, int *count, char ***lines ); WERROR _spoolss_enumports( pipes_struct *p, SPOOL_Q_ENUMPORTS *q_u, SPOOL_R_ENUMPORTS *r_u); WERROR _spoolss_enumprinterdata(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATA *q_u, SPOOL_R_ENUMPRINTERDATA *r_u); WERROR _spoolss_setprinterdata( pipes_struct *p, SPOOL_Q_SETPRINTERDATA *q_u, SPOOL_R_SETPRINTERDATA *r_u); -WERROR _spoolss_enumprintprocessors(pipes_struct *p, SPOOL_Q_ENUMPRINTPROCESSORS *q_u, SPOOL_R_ENUMPRINTPROCESSORS *r_u); WERROR _spoolss_enumprintprocdatatypes(pipes_struct *p, SPOOL_Q_ENUMPRINTPROCDATATYPES *q_u, SPOOL_R_ENUMPRINTPROCDATATYPES *r_u); WERROR _spoolss_enumprintmonitors(pipes_struct *p, SPOOL_Q_ENUMPRINTMONITORS *q_u, SPOOL_R_ENUMPRINTMONITORS *r_u); WERROR _spoolss_getjob( pipes_struct *p, SPOOL_Q_GETJOB *q_u, SPOOL_R_GETJOB *r_u); |