diff options
author | Günther Deschner <gd@samba.org> | 2009-03-12 10:57:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:25 +0100 |
commit | 1ceb298ed62be9a40d1e323003e1a9916d5688db (patch) | |
tree | f3f5d73fe711ce49d2d44bb923c20d8dec54a071 /source3/include | |
parent | aaae578d0e5d555a55ea44a02c1a27a20ea314e2 (diff) | |
download | samba-1ceb298ed62be9a40d1e323003e1a9916d5688db.tar.gz samba-1ceb298ed62be9a40d1e323003e1a9916d5688db.tar.bz2 samba-1ceb298ed62be9a40d1e323003e1a9916d5688db.zip |
s3-spoolss: use pidl for _spoolss_GetPrinter.
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 a933200751..b03b7854da 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6084,7 +6084,6 @@ void construct_info_data(struct spoolss_Notify *info_data, DEVICEMODE *construct_dev_mode(const char *servicename); struct spoolss_DeviceMode *construct_dev_mode_new(TALLOC_CTX *mem_ctx, const char *servicename); -WERROR _spoolss_getprinter(pipes_struct *p, SPOOL_Q_GETPRINTER *q_u, SPOOL_R_GETPRINTER *r_u); 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 ); |