diff options
author | Günther Deschner <gd@samba.org> | 2009-02-10 23:35:19 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-14 01:42:01 +0100 |
commit | fbcccbc410ce23eb0f78f47fe5c7ee4a64e78a0c (patch) | |
tree | 2f4fb92dc0a0661a38abdaa3be863b4a88213f0e /source3/include | |
parent | 9992827838d2f02226d91eaf67d68d2aa5adf265 (diff) | |
download | samba-fbcccbc410ce23eb0f78f47fe5c7ee4a64e78a0c.tar.gz samba-fbcccbc410ce23eb0f78f47fe5c7ee4a64e78a0c.tar.bz2 samba-fbcccbc410ce23eb0f78f47fe5c7ee4a64e78a0c.zip |
s3-spoolss: use pidl for _spoolss_AddPrinterEx.
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 ed2c50af2f..9f3c04e649 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6251,7 +6251,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_addprinterex( pipes_struct *p, SPOOL_Q_ADDPRINTEREX *q_u, SPOOL_R_ADDPRINTEREX *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_getprinterdriverdirectory(pipes_struct *p, SPOOL_Q_GETPRINTERDRIVERDIR *q_u, SPOOL_R_GETPRINTERDRIVERDIR *r_u); |