summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-14 07:14:15 +0000
committerTim Potter <tpot@samba.org>2002-05-14 07:14:15 +0000
commit034a0b46c7c3cd685de4440d4f489fc590e6ad89 (patch)
treee8760f6693c5d806bb686db6eca8099381e6a6d5 /source3/python/py_spoolss_proto.h
parentd8b60d56fb961639e0d79c751c619badecadce8e (diff)
downloadsamba-034a0b46c7c3cd685de4440d4f489fc590e6ad89.tar.gz
samba-034a0b46c7c3cd685de4440d4f489fc590e6ad89.tar.bz2
samba-034a0b46c7c3cd685de4440d4f489fc590e6ad89.zip
make proto
(This used to be commit 0c52191cc5b986fbb50a476442e808d5e161e534)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index c56b8f7095..89788faa36 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -18,6 +18,14 @@ PyObject *spoolss_getprinterdriver(PyObject *self, PyObject *args,
PyObject *kw);
PyObject *spoolss_getprinterdriverdir(PyObject *self, PyObject *args,
PyObject *kw);
+PyObject *spoolss_addprinterdriver(PyObject *self, PyObject *args,
+ PyObject *kw);
+PyObject *spoolss_addprinterdriverex(PyObject *self, PyObject *args,
+ PyObject *kw);
+PyObject *spoolss_deleteprinterdriver(PyObject *self, PyObject *args,
+ PyObject *kw);
+PyObject *spoolss_deleteprinterdriverex(PyObject *self, PyObject *args,
+ PyObject *kw);
/* The following definitions come from python/py_spoolss_drivers_conv.c */
@@ -81,6 +89,8 @@ BOOL py_to_PORT_INFO_2(PORT_INFO_2 *info, PyObject *dict);
PyObject *spoolss_getprinterdata(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_setprinterdata(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_enumprinterdata(PyObject *self, PyObject *args, PyObject *kw);
+PyObject *spoolss_deleteprinterdata(PyObject *self, PyObject *args, PyObject *kw);
+PyObject *spoolss_deleteprinterdataex(PyObject *self, PyObject *args, PyObject *kw);
/* The following definitions come from python/py_spoolss_printers.c */