From 09a2f14c84de1da658009c62572c7cbffb07febc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Dec 2010 22:17:33 +0100 Subject: pyrpc: Add prototype for init function. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Dec 18 03:04:23 CET 2010 on sn-devel-104 --- source4/librpc/rpc/pyrpc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/librpc/rpc/pyrpc.c b/source4/librpc/rpc/pyrpc.c index 52b5d008b4..46f1f061a8 100644 --- a/source4/librpc/rpc/pyrpc.c +++ b/source4/librpc/rpc/pyrpc.c @@ -27,6 +27,8 @@ #include "librpc/rpc/pyrpc_util.h" #include "auth/credentials/pycredentials.h" +void initbase(void); + staticforward PyTypeObject dcerpc_InterfaceType; static bool PyString_AsGUID(PyObject *object, struct GUID *uuid) -- cgit