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 | c4d0a4c5f816bc8ac6fa258433400ae23163f4d1 (patch) | |
tree | a7702b36dc10c4c03936de9eab38c5221176f62a | |
parent | dfd19535421fbcc26c852a54b94b207cfa667441 (diff) | |
download | samba-c4d0a4c5f816bc8ac6fa258433400ae23163f4d1.tar.gz samba-c4d0a4c5f816bc8ac6fa258433400ae23163f4d1.tar.bz2 samba-c4d0a4c5f816bc8ac6fa258433400ae23163f4d1.zip |
make proto
(This used to be commit 4fe9f83998a3b669b2190b0c71908fe2d9f915fd)
-rw-r--r-- | source3/python/py_spoolss_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h index 89788faa36..bef9fe350e 100644 --- a/source3/python/py_spoolss_proto.h +++ b/source3/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 */ |