mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
More automatically generated prototype madness.
This commit is contained in:
@ -13,7 +13,7 @@ PyObject *get_debuglevel(PyObject *self, PyObject *args);
|
||||
PyObject *set_debuglevel(PyObject *self, PyObject *args);
|
||||
PyObject *py_setup_logging(PyObject *self, PyObject *args, PyObject *kw);
|
||||
struct cli_state *open_pipe_creds(char *server, PyObject *creds,
|
||||
cli_pipe_fn *connect_fn, char **errstr);
|
||||
char *pipe_name, char **errstr);
|
||||
BOOL get_level_value(PyObject *dict, uint32 *level);
|
||||
|
||||
/* The following definitions come from python/py_ntsec.c */
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "includes.h"
|
||||
#include "Python.h"
|
||||
|
||||
#include "python/py_common.h"
|
||||
#include "python/py_common_proto.h"
|
||||
|
||||
/* Convert a SID to a Python dict */
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "includes.h"
|
||||
#include "Python.h"
|
||||
|
||||
#include "py_common.h"
|
||||
#include "py_common_proto.h"
|
||||
|
||||
/*
|
||||
* Exceptions raised by this module
|
||||
|
Reference in New Issue
Block a user