summaryrefslogtreecommitdiff
path: root/source3/python/py_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_common.h')
-rw-r--r--source3/python/py_common.h7
1 files changed, 0 insertions, 7 deletions
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);