From dd5375b4a1798c856fa9c104baa36c137d664b9d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 5 Jul 2011 01:24:48 +0200 Subject: s3-printing: move os2 related functions to printing/nt_printing_os2.c. Guenther Pair-Programmed-With: David Disseldorp --- source3/include/nt_printing.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/nt_printing.h') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index ad6262ecff..319e895bc0 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -133,8 +133,6 @@ WERROR spoolss_create_default_devmode(TALLOC_CTX *mem_ctx, 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); - const char *get_short_archi(const char *long_archi); bool print_access_check(const struct auth_serversupplied_info *server_info, -- cgit