summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-13 01:55:04 +0000
committerTim Potter <tpot@samba.org>2002-05-13 01:55:04 +0000
commit950004e125724aa0fea5fe5b74d5e12f48c52017 (patch)
treeb05be181baf9937f3cef445c65e3790a6a9d14ce /source3/python/py_spoolss_proto.h
parentb35c18072a433a9447c996fffe45ff79dadcf43d (diff)
downloadsamba-950004e125724aa0fea5fe5b74d5e12f48c52017.tar.gz
samba-950004e125724aa0fea5fe5b74d5e12f48c52017.tar.bz2
samba-950004e125724aa0fea5fe5b74d5e12f48c52017.zip
Added startdocprinter and enddocprinter.
(This used to be commit 954107a9d314c8d87f65f741804ca3f9ca94432e)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index bd54030551..ae9abf5351 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -52,6 +52,8 @@ PyObject *spoolss_setjob(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_getjob(PyObject *self, PyObject *args, PyObject *kw);
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);
/* The following definitions come from python/py_spoolss_jobs_conv.c */
@@ -59,6 +61,8 @@ BOOL py_from_JOB_INFO_1(PyObject **dict, JOB_INFO_1 *info);
BOOL py_to_JOB_INFO_1(JOB_INFO_1 *info, PyObject *dict);
BOOL py_from_JOB_INFO_2(PyObject **dict, JOB_INFO_2 *info);
BOOL py_to_JOB_INFO_2(JOB_INFO_2 *info, PyObject *dict);
+BOOL py_from_DOC_INFO_1(PyObject **dict, DOC_INFO_1 *info);
+BOOL py_to_DOC_INFO_1(DOC_INFO_1 *info, PyObject *dict);
/* The following definitions come from python/py_spoolss_ports.c */