diff options
author | Günther Deschner <gd@samba.org> | 2009-02-19 10:42:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-19 19:21:57 +0100 |
commit | 286ec6847b623ddd33d2fb7690c994feb4e3e17a (patch) | |
tree | 0fc27af5c477d53ff0d5e07ed9ec0c35e457fa6f /source3/include | |
parent | 8c569b59f0c8ed1d1d65fd49561201d035f20fb5 (diff) | |
download | samba-286ec6847b623ddd33d2fb7690c994feb4e3e17a.tar.gz samba-286ec6847b623ddd33d2fb7690c994feb4e3e17a.tar.xz samba-286ec6847b623ddd33d2fb7690c994feb4e3e17a.zip |
s3-spoolss: use pidl for _spoolss_GetPrintProcessorDirectory.
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 80db935967d..7af45128cad 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6245,7 +6245,6 @@ WERROR _spoolss_enumprintmonitors(pipes_struct *p, SPOOL_Q_ENUMPRINTMONITORS *q_ WERROR _spoolss_getjob( pipes_struct *p, SPOOL_Q_GETJOB *q_u, SPOOL_R_GETJOB *r_u); WERROR _spoolss_enumprinterkey(pipes_struct *p, SPOOL_Q_ENUMPRINTERKEY *q_u, SPOOL_R_ENUMPRINTERKEY *r_u); WERROR _spoolss_enumprinterdataex(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATAEX *q_u, SPOOL_R_ENUMPRINTERDATAEX *r_u); -WERROR _spoolss_getprintprocessordirectory(pipes_struct *p, SPOOL_Q_GETPRINTPROCESSORDIRECTORY *q_u, SPOOL_R_GETPRINTPROCESSORDIRECTORY *r_u); /* The following definitions come from rpc_server/srv_srvsvc_nt.c */ |