diff options
author | Günther Deschner <gd@samba.org> | 2011-07-05 01:24:48 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-07-07 18:06:01 +0200 |
commit | dd5375b4a1798c856fa9c104baa36c137d664b9d (patch) | |
tree | 21eaf57b02036320ef04320f1c9824b1d939ef7e /source3/include | |
parent | eba5d0b64162c7250ad4869c3393d0d00aff868c (diff) | |
download | samba-dd5375b4a1798c856fa9c104baa36c137d664b9d.tar.gz samba-dd5375b4a1798c856fa9c104baa36c137d664b9d.tar.bz2 samba-dd5375b4a1798c856fa9c104baa36c137d664b9d.zip |
s3-printing: move os2 related functions to printing/nt_printing_os2.c.
Guenther
Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 2 |
1 files changed, 0 insertions, 2 deletions
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, |