More automatically generated prototype madness.
authorTim Potter <tpot@samba.org>
Mon, 27 May 2002 06:39:10 +0000 (06:39 +0000)
committerTim Potter <tpot@samba.org>
Mon, 27 May 2002 06:39:10 +0000 (06:39 +0000)
source/python/py_common_proto.h
source/python/py_ntsec.c
source/python/py_winbind.c

index 992d444fa4d13d02865bd57b99a8601b9da51765..143ea2947c3af516cbbbda5163460090b932c501 100644 (file)
@@ -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  */
index 8981f0c3accb6b40ff7606663be98238e996b224..f216d96aa8ff84d46f0b54f3a42293f1445bc6ac 100644 (file)
@@ -21,7 +21,7 @@
 #include "includes.h"
 #include "Python.h"
 
-#include "python/py_common.h"
+#include "python/py_common_proto.h"
 
 /* Convert a SID to a Python dict */
 
index e55d12afb23eeb0ce86462cd65dba030c3eca25c..49c7f8e924f3c0abdafd51462ee7a697340fcd64 100644 (file)
@@ -23,7 +23,7 @@
 #include "includes.h"
 #include "Python.h"
 
-#include "py_common.h"
+#include "py_common_proto.h"
 
 /* 
  * Exceptions raised by this module