summaryrefslogtreecommitdiffstats
path: root/source/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
commit307788d0b823f228c718b2a186fc66144fd55717 (patch)
treee1c64662d5450060198f383eed0203780d6a0c38 /source/python/py_spoolss_proto.h
parent89633a1d87d2a437dc1ceab9439f415ee1ec606d (diff)
downloadsamba-307788d0b823f228c718b2a186fc66144fd55717.tar.gz
samba-307788d0b823f228c718b2a186fc66144fd55717.tar.xz
samba-307788d0b823f228c718b2a186fc66144fd55717.zip
Added writeprinter command.
Diffstat (limited to 'source/python/py_spoolss_proto.h')
-rw-r--r--source/python/py_spoolss_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/python/py_spoolss_proto.h b/source/python/py_spoolss_proto.h
index 1f08b1b615f..c56b8f7095a 100644
--- a/source/python/py_spoolss_proto.h
+++ b/source/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 */