From 5b32737374419525dd57216f595440847bb3c619 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 7 Oct 2005 04:54:41 +0000 Subject: r10802: Janitor for tpot - remember to keep 3.0 in sync. Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56) --- source3/python/py_common.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/python/py_common.h') diff --git a/source3/python/py_common.h b/source3/python/py_common.h index 2bbd148ff4..5d1e7b246a 100644 --- a/source3/python/py_common.h +++ b/source3/python/py_common.h @@ -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); -- cgit