From e2c9ad93cb914186b89e2055f1bed3cceee1f768 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 16 Apr 2010 11:35:05 +0200 Subject: s3-spoolss: Migrated spoolss_AddPrinter and spoolss_SetPrinter. Signed-off-by: Jim McDonough --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') 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 */ -- cgit