summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-07 01:12:24 +0000
committerTim Potter <tpot@samba.org>2002-11-07 01:12:24 +0000
commit3955716f90c317684093b43065c73167382137d4 (patch)
tree268de5b76a46687ab8e1549d0be185fde30475cb /source3/python/py_spoolss_proto.h
parentab1cf8d1cf447e85063b43b65fa05c8b4bfde2a9 (diff)
downloadsamba-3955716f90c317684093b43065c73167382137d4.tar.gz
samba-3955716f90c317684093b43065c73167382137d4.tar.bz2
samba-3955716f90c317684093b43065c73167382137d4.zip
Sync up python stuff from HEAD.
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index b5c6a3239e..77feb1acc3 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -95,6 +95,10 @@ PyObject *spoolss_hnd_getprinterdataex(PyObject *self, PyObject *args, PyObject
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);
+PyObject *spoolss_hnd_enumprinterkey(PyObject *self, PyObject *args,
+ PyObject *kw);
+PyObject *spoolss_hnd_deleteprinterkey(PyObject *self, PyObject *args,
+ PyObject *kw);
/* The following definitions come from python/py_spoolss_printers.c */