diff options
author | Tim Potter <tpot@samba.org> | 2002-05-15 06:11:52 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-15 06:11:52 +0000 |
commit | 4fe9f83998a3b669b2190b0c71908fe2d9f915fd (patch) | |
tree | 039ab1ff21cd1381445f2726cf43657e6d213da4 /source/python | |
parent | 1ad82cd0c3f76a629b8fc2e1b02e57b8e97829dd (diff) | |
download | samba-4fe9f83998a3b669b2190b0c71908fe2d9f915fd.tar.gz samba-4fe9f83998a3b669b2190b0c71908fe2d9f915fd.tar.xz samba-4fe9f83998a3b669b2190b0c71908fe2d9f915fd.zip |
make proto
Diffstat (limited to 'source/python')
-rw-r--r-- | source/python/py_spoolss_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/python/py_spoolss_proto.h b/source/python/py_spoolss_proto.h index 89788faa36b..bef9fe350e6 100644 --- a/source/python/py_spoolss_proto.h +++ b/source/python/py_spoolss_proto.h @@ -99,6 +99,7 @@ PyObject *spoolss_closeprinter(PyObject *self, PyObject *args); PyObject *spoolss_getprinter(PyObject *self, PyObject *args, PyObject *kw); PyObject *spoolss_setprinter(PyObject *self, PyObject *args, PyObject *kw); PyObject *spoolss_enumprinters(PyObject *self, PyObject *args, PyObject *kw); +PyObject *spoolss_addprinterex(PyObject *self, PyObject *args, PyObject *kw); /* The following definitions come from python/py_spoolss_printers_conv.c */ |