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

More automatically generated prototype madness.

(This used to be commit 8e1a15a625)
This commit is contained in:
Tim Potter
2002-05-27 06:39:10 +00:00
parent fdf42114cd
commit 0f1de232c2
3 changed files with 3 additions and 3 deletions

View File

@@ -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 */