make proto
authorTim Potter <tpot@samba.org>
Mon, 2 Sep 2002 07:44:48 +0000 (07:44 +0000)
committerTim Potter <tpot@samba.org>
Mon, 2 Sep 2002 07:44:48 +0000 (07:44 +0000)
source/python/py_spoolss_proto.h

index 5b68ef815af8779cd914c6cd79106cc0f520b632..b5c6a3239ed510533e15fbfee1d3db620eea94d7 100644 (file)
@@ -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  */