From 230e36ccded13f5bf0e95ff93e6aa65ad7e368ec Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 28 Mar 2002 04:14:43 +0000 Subject: Aborted experiment to avoid namespace pollution and prototype hell and moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211) --- source3/python/py_spoolss_ports.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source3/python/py_spoolss_ports.c') diff --git a/source3/python/py_spoolss_ports.c b/source3/python/py_spoolss_ports.c index 1064f3f3d2..a7d55a7897 100644 --- a/source3/python/py_spoolss_ports.c +++ b/source3/python/py_spoolss_ports.c @@ -18,10 +18,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "includes.h" -#include "Python.h" - -#include "python/py_conv.h" #include "python/py_spoolss.h" struct pyconv py_PORT_INFO_1[] = { @@ -40,8 +36,7 @@ struct pyconv py_PORT_INFO_2[] = { /* Enumerate ports */ -static PyObject *spoolss_enumports(PyObject *self, PyObject *args, - PyObject *kw) +PyObject *spoolss_enumports(PyObject *self, PyObject *args, PyObject *kw) { WERROR werror; PyObject *result, *creds = NULL; -- cgit