summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/pymessaging.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 04:21:20 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 04:21:20 +0100
commit24b62772ab78a84d4a35f5eb15e327b6b76782b0 (patch)
tree606204f1ad16a203f023eda84a6a038c95e4c6b9 /source4/lib/messaging/pymessaging.c
parent4eabc417a04240ffd813514c5e6ea38cbe5ffc91 (diff)
downloadsamba-24b62772ab78a84d4a35f5eb15e327b6b76782b0.tar.gz
samba-24b62772ab78a84d4a35f5eb15e327b6b76782b0.tar.bz2
samba-24b62772ab78a84d4a35f5eb15e327b6b76782b0.zip
Remove includes of py_*.h, which are no longer generated.
Diffstat (limited to 'source4/lib/messaging/pymessaging.c')
-rw-r--r--source4/lib/messaging/pymessaging.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/messaging/pymessaging.c b/source4/lib/messaging/pymessaging.c
index 7a5fdb34bf..9f04bf0c6d 100644
--- a/source4/lib/messaging/pymessaging.c
+++ b/source4/lib/messaging/pymessaging.c
@@ -29,7 +29,6 @@
#include "lib/events/events.h"
#include "cluster/cluster.h"
#include "param/param.h"
-#include "librpc/gen_ndr/py_irpc.h"
PyAPI_DATA(PyTypeObject) messaging_Type;
PyAPI_DATA(PyTypeObject) irpc_ClientConnectionType;
@@ -37,6 +36,9 @@ PyAPI_DATA(PyTypeObject) irpc_ClientConnectionType;
/* FIXME: This prototype should be in param/pyparam.h */
struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx);
+/* FIXME: This prototype should be in py_irpc.h, or shared otherwise */
+extern const struct PyNdrRpcMethodDef py_ndr_irpc_methods[];
+
static bool server_id_from_py(PyObject *object, struct server_id *server_id)
{
if (!PyTuple_Check(object)) {