summaryrefslogtreecommitdiff
path: root/source3/python
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python')
-rw-r--r--source3/python/py_spoolss.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/python/py_spoolss.c b/source3/python/py_spoolss.c
index 68d5ded99a..b88c6cdeef 100644
--- a/source3/python/py_spoolss.c
+++ b/source3/python/py_spoolss.c
@@ -73,6 +73,9 @@ Example:
>>> spoolss.closeprinter(hnd)
"},
+ { "addprinterex", spoolss_addprinterex, METH_VARARGS,
+ "addprinterex()"},
+
/* Server enumeratation functions */
{ "enumprinters", (PyCFunction)spoolss_enumprinters,