diff options
author | Günther Deschner <gd@samba.org> | 2009-02-17 14:23:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-18 16:11:01 +0100 |
commit | 73123420623b5d6bfb5d39f9a937c71976bdc450 (patch) | |
tree | 5ade71cbb1197c291ca17f6a1dfe7d755cfe777d /source3/include | |
parent | e9bfc0ab512338c43030f70b4aaa94598157deaf (diff) | |
download | samba-73123420623b5d6bfb5d39f9a937c71976bdc450.tar.gz samba-73123420623b5d6bfb5d39f9a937c71976bdc450.tar.bz2 samba-73123420623b5d6bfb5d39f9a937c71976bdc450.zip |
s3-spoolss: use pidl for _spoolss_XcvData.
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 8542fbb779..04182fba24 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6262,7 +6262,6 @@ WERROR _spoolss_getjob( pipes_struct *p, SPOOL_Q_GETJOB *q_u, SPOOL_R_GETJOB *r_ 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); -WERROR _spoolss_xcvdataport(pipes_struct *p, SPOOL_Q_XCVDATAPORT *q_u, SPOOL_R_XCVDATAPORT *r_u); /* The following definitions come from rpc_server/srv_srvsvc_nt.c */ |