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

make proto

This commit is contained in:
Tim Potter
-
parent 1ad82cd0c3
commit 4fe9f83998

View File

@@ -99,6 +99,7 @@ PyObject *spoolss_closeprinter(PyObject *self, PyObject *args);
PyObject *spoolss_getprinter(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_setprinter(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_enumprinters(PyObject *self, PyObject *args, PyObject *kw);
PyObject *spoolss_addprinterex(PyObject *self, PyObject *args, PyObject *kw);
/* The following definitions come from python/py_spoolss_printers_conv.c */