summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-04-14 20:46:55 -0400
committerGünther Deschner <gd@samba.org>2010-04-23 16:23:49 +0200
commit8f56cdfaee571a5b4bb735290dfd668ef8c4d730 (patch)
treee76f5741d98505ddd28373fb35c7ae893cbf355a /source3/include
parent94a8482261526c7bb3ae15194bf3939978b324b6 (diff)
downloadsamba-8f56cdfaee571a5b4bb735290dfd668ef8c4d730.tar.gz
samba-8f56cdfaee571a5b4bb735290dfd668ef8c4d730.tar.bz2
samba-8f56cdfaee571a5b4bb735290dfd668ef8c4d730.zip
s3-spoolss: Move info_ctr conversion to a public helper.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
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,