diff options
author | Günther Deschner <gd@samba.org> | 2009-03-16 23:09:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 12:18:57 +0100 |
commit | 63d78712bc11df175bc8cb3b53f1e413211d7248 (patch) | |
tree | 4916943aa651c35f265661e396a104abf5077e3c /source3/include | |
parent | 846b93f54f551a03dcca73c808751900e405e304 (diff) | |
download | samba-63d78712bc11df175bc8cb3b53f1e413211d7248.tar.gz samba-63d78712bc11df175bc8cb3b53f1e413211d7248.tar.xz samba-63d78712bc11df175bc8cb3b53f1e413211d7248.zip |
s3-spoolss: use pidl for _spoolss_EnumPrinterKey.
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 57d9a992692..d1e20db4b6f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6050,7 +6050,6 @@ struct spoolss_DeviceMode *construct_dev_mode_new(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_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); /* The following definitions come from rpc_server/srv_srvsvc_nt.c */ |