summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_os2.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-07-05 01:24:48 +0200
committerGünther Deschner <gd@samba.org>2011-07-07 18:06:01 +0200
commitdd5375b4a1798c856fa9c104baa36c137d664b9d (patch)
tree21eaf57b02036320ef04320f1c9824b1d939ef7e /source3/printing/nt_printing_os2.h
parenteba5d0b64162c7250ad4869c3393d0d00aff868c (diff)
downloadsamba-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/printing/nt_printing_os2.h')
-rw-r--r--source3/printing/nt_printing_os2.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/source3/printing/nt_printing_os2.h b/source3/printing/nt_printing_os2.h
new file mode 100644
index 0000000000..0ef07de72a
--- /dev/null
+++ b/source3/printing/nt_printing_os2.h
@@ -0,0 +1,22 @@
+/*
+ * Unix SMB/CIFS implementation.
+ * RPC Pipe client / server routines
+ * Copyright (C) Andrew Tridgell 1992-2000,
+ * Copyright (C) Jean François Micouleau 1998-2000.
+ * Copyright (C) Gerald Carter 2002-2005.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+WERROR spoolss_map_to_os2_driver(TALLOC_CTX *mem_ctx, const char **pdrivername);