summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index 913b7822c2..bd54030551 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -49,6 +49,9 @@ BOOL py_to_FORM(FORM *form, PyObject *dict);
PyObject *spoolss_enumjobs(PyObject *self, PyObject *args, PyObject *kw);
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);
/* The following definitions come from python/py_spoolss_jobs_conv.c */