diff options
author | Tim Potter <tpot@samba.org> | 2002-09-02 07:44:48 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-02 07:44:48 +0000 |
commit | 7ee13d88a18cd99c6d92f400af988961a9ac15d4 (patch) | |
tree | 54cf5cb2cfc7ab8da2b31283e632eaf2d0c65700 /source3/python/py_spoolss_proto.h | |
parent | fc8c6e7cf08d4570514bdae6d6b37a5e3112c924 (diff) | |
download | samba-7ee13d88a18cd99c6d92f400af988961a9ac15d4.tar.gz samba-7ee13d88a18cd99c6d92f400af988961a9ac15d4.tar.bz2 samba-7ee13d88a18cd99c6d92f400af988961a9ac15d4.zip |
make proto
(This used to be commit 88a97d2174eee884de52e848d30bc2c459bf28bb)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r-- | source3/python/py_spoolss_proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h index 5b68ef815a..b5c6a3239e 100644 --- a/source3/python/py_spoolss_proto.h +++ b/source3/python/py_spoolss_proto.h @@ -91,6 +91,9 @@ PyObject *spoolss_hnd_getprinterdata(PyObject *self, PyObject *args, PyObject *k PyObject *spoolss_hnd_setprinterdata(PyObject *self, PyObject *args, PyObject *kw); PyObject *spoolss_hnd_enumprinterdata(PyObject *self, PyObject *args, PyObject *kw); PyObject *spoolss_hnd_deleteprinterdata(PyObject *self, PyObject *args, PyObject *kw); +PyObject *spoolss_hnd_getprinterdataex(PyObject *self, PyObject *args, PyObject *kw); +PyObject *spoolss_hnd_setprinterdataex(PyObject *self, PyObject *args, PyObject *kw); +PyObject *spoolss_hnd_enumprinterdataex(PyObject *self, PyObject *args, PyObject *kw); PyObject *spoolss_hnd_deleteprinterdataex(PyObject *self, PyObject *args, PyObject *kw); /* The following definitions come from python/py_spoolss_printers.c */ |