1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

make proto

This commit is contained in:
Tim Potter
-
parent 14acdbf06d
commit 0c52191cc5

View File

@@ -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 */