1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

Aborted experiment to avoid namespace pollution and prototype hell and

moved to 'make proto' based solution.
This commit is contained in:
Tim Potter
-
parent 9b2777d3bc
commit 1e48f872a4
10 changed files with 111 additions and 62 deletions

View File

@@ -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;