summaryrefslogtreecommitdiff
path: root/source3/python/py_common_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-10-17 04:48:08 +0000
committerTim Potter <tpot@samba.org>2002-10-17 04:48:08 +0000
commit4af2e30ecf31da6dd9ac2763c0743f2f5548d443 (patch)
treef6a8e4a8340b0d5122185a0e9bfcf0edea4e9985 /source3/python/py_common_proto.h
parent14df81590cd7f2b26053803de924c8604aad3c3b (diff)
downloadsamba-4af2e30ecf31da6dd9ac2763c0743f2f5548d443.tar.gz
samba-4af2e30ecf31da6dd9ac2763c0743f2f5548d443.tar.bz2
samba-4af2e30ecf31da6dd9ac2763c0743f2f5548d443.zip
make proto
(This used to be commit 86c884c3a129d12dc77332c38484bef78c66440e)
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 89f0f35fc9..b012c17e15 100644
--- a/source3/python/py_common_proto.h
+++ b/source3/python/py_common_proto.h
@@ -15,7 +15,7 @@ PyObject *py_setup_logging(PyObject *self, PyObject *args, PyObject *kw);
BOOL py_parse_creds(PyObject *creds, char **username, char **domain,
char **password, char **errstr);
struct cli_state *open_pipe_creds(char *server, PyObject *creds,
- char *pipe_name, char **errstr);
+ int pipe_idx, char **errstr);
BOOL get_level_value(PyObject *dict, uint32 *level);
/* The following definitions come from python/py_ntsec.c */