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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user