summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-04-16 11:35:05 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:08 -0400
commite2c9ad93cb914186b89e2055f1bed3cceee1f768 (patch)
tree7e9b1143c38e8f076b3d8395c0ac012ec723da29 /source3/include/proto.h
parent2a5dba555520bf99a9545e1c7296075baf92cbea (diff)
downloadsamba-e2c9ad93cb914186b89e2055f1bed3cceee1f768.tar.gz
samba-e2c9ad93cb914186b89e2055f1bed3cceee1f768.tar.bz2
samba-e2c9ad93cb914186b89e2055f1bed3cceee1f768.zip
s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 0904c4a0dc..52f2cca050 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5149,7 +5149,8 @@ WERROR set_printer_dataex(NT_PRINTER_INFO_LEVEL *printer,
uint32_t type, uint8_t *data, int real_len);
struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx,
const char *servicename);
-bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEVEL *printer);
+bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token,
+ struct spoolss_SetPrinterInfo2 *info2);
/* The following definitions come from rpc_server/srv_srvsvc_nt.c */