summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_spoolss.c')
-rw-r--r--source3/python/py_spoolss.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/python/py_spoolss.c b/source3/python/py_spoolss.c
index e1d6d47345..b1c70f9d4e 100644
--- a/source3/python/py_spoolss.c
+++ b/source3/python/py_spoolss.c
@@ -186,6 +186,11 @@ Set the form given by the dictionary argument.
{ "deleteform", spoolss_deleteform, METH_VARARGS | METH_KEYWORDS,
"Delete a form" },
+ /* Job related methods */
+
+ { "enumjobs", spoolss_enumjobs, METH_VARARGS | METH_KEYWORDS,
+ "Enumerate jobs" },
+
{ NULL }
};