diff options
author | Günther Deschner <gd@samba.org> | 2009-02-18 18:59:43 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-19 19:26:44 +0100 |
commit | 0470feeb7f40e31b9fc899988a55b19bd1290d9e (patch) | |
tree | 5462a2f070c67e89ad737d6399120428d2dc065e /source3/include/proto.h | |
parent | c71fa39c29ee64b80adf92090a61c81f323742b9 (diff) | |
download | samba-0470feeb7f40e31b9fc899988a55b19bd1290d9e.tar.gz samba-0470feeb7f40e31b9fc899988a55b19bd1290d9e.tar.bz2 samba-0470feeb7f40e31b9fc899988a55b19bd1290d9e.zip |
s3-spoolss: use pidl for _spoolss_AddPrinterDriver{Ex}.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 63adbf56cf..6f9fce4156 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6226,8 +6226,6 @@ WERROR _spoolss_enumprinterdrivers( pipes_struct *p, SPOOL_Q_ENUMPRINTERDRIVERS WERROR _spoolss_enumforms(pipes_struct *p, SPOOL_Q_ENUMFORMS *q_u, SPOOL_R_ENUMFORMS *r_u); 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_addprinterdriver(pipes_struct *p, SPOOL_Q_ADDPRINTERDRIVER *q_u, SPOOL_R_ADDPRINTERDRIVER *r_u); -WERROR _spoolss_addprinterdriverex(pipes_struct *p, SPOOL_Q_ADDPRINTERDRIVEREX *q_u, SPOOL_R_ADDPRINTERDRIVEREX *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); |