diff options
author | Tim Potter <tpot@samba.org> | 2002-05-15 06:10:45 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-15 06:10:45 +0000 |
commit | dfd19535421fbcc26c852a54b94b207cfa667441 (patch) | |
tree | ceed7a5ed71301a76ded5d3b2bbb7b542bead425 | |
parent | 7c0ff78f3ede35823121109110a6dd610680c024 (diff) | |
download | samba-dfd19535421fbcc26c852a54b94b207cfa667441.tar.gz samba-dfd19535421fbcc26c852a54b94b207cfa667441.tar.xz samba-dfd19535421fbcc26c852a54b94b207cfa667441.zip |
Method entry for addprinterex()
(This used to be commit 1ad82cd0c3f76a629b8fc2e1b02e57b8e97829dd)
-rw-r--r-- | source3/python/py_spoolss.c | 3 |
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, |