1
0
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:
Jeremy Allison
2005-10-07 04:54:41 +00:00
committed by Gerald (Jerry) Carter
parent 92fa541f6e
commit 4b7a60e95e
11 changed files with 69 additions and 72 deletions

View File

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