summaryrefslogtreecommitdiffstats
path: root/source/python
diff options
context:
space:
mode:
Diffstat (limited to 'source/python')
-rw-r--r--source/python/py_spoolss.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/python/py_spoolss.c b/source/python/py_spoolss.c
index 68d5ded99a0..b88c6cdeef3 100644
--- a/source/python/py_spoolss.c
+++ b/source/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,