From 8f56cdfaee571a5b4bb735290dfd668ef8c4d730 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 14 Apr 2010 20:46:55 -0400 Subject: s3-spoolss: Move info_ctr conversion to a public helper. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4afe952705..073a0dc989 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4888,6 +4888,8 @@ WERROR get_a_printer_search( Printer_entry *print_hnd, uint32 level, const char *sharename); uint32 free_a_printer(NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level); +bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r, + struct spoolss_DriverInfo8 *_info8); uint32_t add_a_printer_driver(TALLOC_CTX *mem_ctx, struct spoolss_AddDriverInfoCtr *r, char **driver_name, -- cgit