diff options
author | Günther Deschner <gd@samba.org> | 2009-03-18 00:38:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-18 17:07:39 +0100 |
commit | 0cfb1aea29929c0605d299d71784787aa516bc2a (patch) | |
tree | 622084c58988d5b71101832e679cdfc6d0211f76 /source3/include/proto.h | |
parent | 31106cdace883de16d5810386d69fc3da7d37c61 (diff) | |
download | samba-0cfb1aea29929c0605d299d71784787aa516bc2a.tar.gz samba-0cfb1aea29929c0605d299d71784787aa516bc2a.tar.bz2 samba-0cfb1aea29929c0605d299d71784787aa516bc2a.zip |
s3-spoolss: use pidl for _spoolss_EnumPrinterDataEx.
Please note that this has been the last call in samba3 that was
using hand-marshalled rpc. With this commit all named pipe rpc services
in samba3 have now fully moved to pidl generated code :-)
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 deee1bbf98..2f4c360410 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6032,7 +6032,6 @@ struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx, WERROR add_port_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *portname, const char *uri ); bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEVEL *printer); WERROR enumports_hook(TALLOC_CTX *ctx, int *count, char ***lines ); -WERROR _spoolss_enumprinterdataex(pipes_struct *p, SPOOL_Q_ENUMPRINTERDATAEX *q_u, SPOOL_R_ENUMPRINTERDATAEX *r_u); /* The following definitions come from rpc_server/srv_srvsvc_nt.c */ |