summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-14 06:09:59 +0000
committerTim Potter <tpot@samba.org>2002-05-14 06:09:59 +0000
commit2e6939cf0b16055bae6eba6b3d3404164833c459 (patch)
treeed80e2919ae338e8f1885abda9dd5a0986c4cf88 /source3/python/py_spoolss_proto.h
parent4deb5612549d927988474c5c84251f6fec7edc78 (diff)
downloadsamba-2e6939cf0b16055bae6eba6b3d3404164833c459.tar.gz
samba-2e6939cf0b16055bae6eba6b3d3404164833c459.tar.bz2
samba-2e6939cf0b16055bae6eba6b3d3404164833c459.zip
Added writeprinter command.
(This used to be commit 307788d0b823f228c718b2a186fc66144fd55717)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index 1f08b1b615..c56b8f7095 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -54,6 +54,7 @@ PyObject *spoolss_startpageprinter(PyObject *self, PyObject *args, PyObject *kw)
PyObject *spoolss_endpageprinter(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_startdocprinter(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_enddocprinter(PyObject *self, PyObject *args, PyObject *kw);
+PyObject *spoolss_writeprinter(PyObject *self, PyObject *args, PyObject *kw);
/* The following definitions come from python/py_spoolss_jobs_conv.c */