summaryrefslogtreecommitdiff
path: root/source4/lib/com/pycom.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/com/pycom.c')
-rw-r--r--source4/lib/com/pycom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/com/pycom.c b/source4/lib/com/pycom.c
index 3323ca645e..b445812181 100644
--- a/source4/lib/com/pycom.c
+++ b/source4/lib/com/pycom.c
@@ -23,6 +23,8 @@
#include "librpc/ndr/libndr.h"
#include "libcli/util/pyerrors.h"
+void initcom(void);
+
static struct com_context *py_com_ctx = NULL; /* FIXME: evil global */
static PyObject *py_get_class_object(PyObject *self, PyObject *args)