summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-13 07:27:20 +0000
committerTim Potter <tpot@samba.org>2002-05-13 07:27:20 +0000
commit62f63f96e1a18bae09c6cdb42f4ab17668fc90ff (patch)
treeb72e2a0e36e505bce63124617190f639f6b2a8cc /source3/python/py_spoolss_proto.h
parent5ead26e30b851a544385b3b4d4b3b929b6faf290 (diff)
downloadsamba-62f63f96e1a18bae09c6cdb42f4ab17668fc90ff.tar.gz
samba-62f63f96e1a18bae09c6cdb42f4ab17668fc90ff.tar.bz2
samba-62f63f96e1a18bae09c6cdb42f4ab17668fc90ff.zip
Added getprinterdata and setprinterdata functions.
(This used to be commit 325361e9e6e2b2f852cc8607ad93108b80bcef06)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index ae9abf5351..1f08b1b615 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -75,6 +75,12 @@ BOOL py_to_PORT_INFO_1(PORT_INFO_1 *info, PyObject *dict);
BOOL py_from_PORT_INFO_2(PyObject **dict, PORT_INFO_2 *info);
BOOL py_to_PORT_INFO_2(PORT_INFO_2 *info, PyObject *dict);
+/* The following definitions come from python/py_spoolss_printerdata.c */
+
+PyObject *spoolss_getprinterdata(PyObject *self, PyObject *args, PyObject *kw);
+PyObject *spoolss_setprinterdata(PyObject *self, PyObject *args, PyObject *kw);
+PyObject *spoolss_enumprinterdata(PyObject *self, PyObject *args, PyObject *kw);
+
/* The following definitions come from python/py_spoolss_printers.c */
PyObject *spoolss_openprinter(PyObject *self, PyObject *args, PyObject *kw);