summaryrefslogtreecommitdiff
path: root/source3/python/py_common.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-10-07 04:54:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:04:54 -0500
commit5b32737374419525dd57216f595440847bb3c619 (patch)
tree31fcc80ff18e59f3f85098bb9bf1da6e7f5adc8e /source3/python/py_common.h
parenta23b680a087b3e7cc2c5bfd11b4f8814a089e858 (diff)
downloadsamba-5b32737374419525dd57216f595440847bb3c619.tar.gz
samba-5b32737374419525dd57216f595440847bb3c619.tar.bz2
samba-5b32737374419525dd57216f595440847bb3c619.zip
r10802: Janitor for tpot - remember to keep 3.0 in sync.
Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
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);