From 43cf3a28dc539351da8a316e0e52a8292ec40cc7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 5 Jul 2011 02:15:35 +0200 Subject: s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.h Guenther Pair-Programmed-With: David Disseldorp --- source3/rpc_client/init_spoolss.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/rpc_client/init_spoolss.h') diff --git a/source3/rpc_client/init_spoolss.h b/source3/rpc_client/init_spoolss.h index f2844aa37c..247f711f76 100644 --- a/source3/rpc_client/init_spoolss.h +++ b/source3/rpc_client/init_spoolss.h @@ -37,4 +37,11 @@ void spoolss_printerinfo2_to_setprinterinfo2(const struct spoolss_PrinterInfo2 * bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r, struct spoolss_DriverInfo8 *_info8); +WERROR spoolss_create_default_devmode(TALLOC_CTX *mem_ctx, + const char *devicename, + struct spoolss_DeviceMode **devmode); + +WERROR spoolss_create_default_secdesc(TALLOC_CTX *mem_ctx, + struct spoolss_security_descriptor **secdesc); + #endif /* _RPC_CLIENT_INIT_SPOOLSS_H_ */ -- cgit