mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
r10802: Janitor for tpot - remember to keep 3.0 in sync.
Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
92fa541f6e
commit
4b7a60e95e
@ -32,13 +32,6 @@
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
/* Return a cli_state struct opened on the specified pipe. If credentials
|
||||
are passed use them. */
|
||||
|
||||
typedef struct cli_state *(cli_pipe_fn)(
|
||||
struct cli_state *cli, char *system_name,
|
||||
struct ntuser_creds *creds);
|
||||
|
||||
/* The following definitions come from python/py_common.c */
|
||||
|
||||
PyObject *py_werror_tuple(WERROR werror);
|
||||
|
Reference in New Issue
Block a user