From fcb90f476159583443d37f5844b1021d9e200b33 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 28 Jul 2011 17:12:24 +0200 Subject: s3-printing: Add forward declaration for dcerpc_binding_handle. This fixes a build warning. Autobuild-User: Andreas Schneider Autobuild-Date: Thu Jul 28 20:07:37 CEST 2011 on sn-devel-104 --- source3/include/nt_printing.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 1f13a1a8e7..4735c4e5df 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -146,6 +146,8 @@ bool is_printer_published(TALLOC_CTX *mem_ctx, WERROR check_published_printers(struct messaging_context *msg_ctx); +struct dcerpc_binding_handle; + bool printer_driver_in_use(TALLOC_CTX *mem_ctx, struct dcerpc_binding_handle *b, const struct spoolss_DriverInfo8 *r); -- cgit