diff options
author | Tim Potter <tpot@samba.org> | 2002-05-16 02:24:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-16 02:24:22 +0000 |
commit | ce03ce2e5629930e582f9fd17445e52ce1b08907 (patch) | |
tree | 1681056b03ee12249d38fd45f89c45eeaca8e920 /source3/python/py_common_proto.h | |
parent | ea8c45bbfd31151e91c1c57a162f255e706ca859 (diff) | |
download | samba-ce03ce2e5629930e582f9fd17445e52ce1b08907.tar.gz samba-ce03ce2e5629930e582f9fd17445e52ce1b08907.tar.bz2 samba-ce03ce2e5629930e582f9fd17445e52ce1b08907.zip |
Refactored open_pipe_creds() function to remove unused parameter.
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
Diffstat (limited to 'source3/python/py_common_proto.h')
-rw-r--r-- | source3/python/py_common_proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/python/py_common_proto.h b/source3/python/py_common_proto.h index bca59689a4..98d970d7bc 100644 --- a/source3/python/py_common_proto.h +++ b/source3/python/py_common_proto.h @@ -13,8 +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 *system_name, PyObject *creds, - cli_pipe_fn *connect_fn, - struct cli_state *cli); + cli_pipe_fn *connect_fn); /* The following definitions come from python/py_ntsec.c */ |