From ea6d5bc48bd14f8eaca665576d7094cce53be81a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 4 Nov 2002 20:33:16 +0000 Subject: Sync with HEAD. (This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b) --- source3/python/py_common_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/python/py_common_proto.h') 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 */ -- cgit