diff options
author | Günther Deschner <gd@samba.org> | 2009-02-19 01:46:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-19 02:06:57 +0100 |
commit | 3b3ab50c05483ac32404c4f3e0f9b300c5f406eb (patch) | |
tree | 67f5fea48edabb5257438b9421f7155a0bae2127 /source3/include/proto.h | |
parent | aaec578c514842d95ef3affc4f9d66eb422a6a4f (diff) | |
download | samba-3b3ab50c05483ac32404c4f3e0f9b300c5f406eb.tar.gz samba-3b3ab50c05483ac32404c4f3e0f9b300c5f406eb.tar.bz2 samba-3b3ab50c05483ac32404c4f3e0f9b300c5f406eb.zip |
s3-spoolss: use pidl for _spoolss_GetPrinterDriverDirectory.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-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 3da5b987d1..1972250843 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6248,7 +6248,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_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); 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); |