diff options
author | Andreas Schneider <asn@samba.org> | 2010-04-28 17:03:41 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 15:17:23 +0200 |
commit | 7d363b8922e7ec740858339aaa0052a990b264fa (patch) | |
tree | 8128e8eb834485f922de7c503c84b89b18812c68 /source3/include | |
parent | a3b81a908c9c866066316b01efe5bb0bc8937a86 (diff) | |
download | samba-7d363b8922e7ec740858339aaa0052a990b264fa.tar.gz samba-7d363b8922e7ec740858339aaa0052a990b264fa.tar.bz2 samba-7d363b8922e7ec740858339aaa0052a990b264fa.zip |
s3-spoolss: Create a spoolss_map_to_os2_driver function.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1853fa9b8b..c1976082e0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4746,6 +4746,7 @@ WERROR spoolss_create_default_devmode(TALLOC_CTX *mem_ctx, struct spoolss_DeviceMode **devmode); WERROR spoolss_create_default_secdesc(TALLOC_CTX *mem_ctx, struct spoolss_security_descriptor **secdesc); +WERROR spoolss_map_to_os2_driver(TALLOC_CTX *mem_ctx, const char **pdrivername); int add_new_printer_key( NT_PRINTER_DATA *data, const char *name ); int delete_printer_key( NT_PRINTER_DATA *data, const char *name ); int lookup_printerkey( NT_PRINTER_DATA *data, const char *name ); |