summaryrefslogtreecommitdiff
path: root/source3/python/py_common_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-27 06:39:10 +0000
committerTim Potter <tpot@samba.org>2002-05-27 06:39:10 +0000
commit0f1de232c254bdcc3d2b381f0724697750a907dd (patch)
tree811ab71e43f69d43cec1a84e4d1c6e0319201a36 /source3/python/py_common_proto.h
parentfdf42114cdf1e5c7033a072096ea10ebf2e38510 (diff)
downloadsamba-0f1de232c254bdcc3d2b381f0724697750a907dd.tar.gz
samba-0f1de232c254bdcc3d2b381f0724697750a907dd.tar.bz2
samba-0f1de232c254bdcc3d2b381f0724697750a907dd.zip
More automatically generated prototype madness.
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
Diffstat (limited to 'source3/python/py_common_proto.h')
-rw-r--r--source3/python/py_common_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_common_proto.h b/source3/python/py_common_proto.h
index 992d444fa4..143ea2947c 100644
--- a/source3/python/py_common_proto.h
+++ b/source3/python/py_common_proto.h
@@ -13,7 +13,7 @@ PyObject *get_debuglevel(PyObject *self, PyObject *args);
PyObject *set_debuglevel(PyObject *self, PyObject *args);
PyObject *py_setup_logging(PyObject *self, PyObject *args, PyObject *kw);
struct cli_state *open_pipe_creds(char *server, PyObject *creds,
- cli_pipe_fn *connect_fn, char **errstr);
+ char *pipe_name, char **errstr);
BOOL get_level_value(PyObject *dict, uint32 *level);
/* The following definitions come from python/py_ntsec.c */