pyrpc: Add prototype for init function.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Dec 2010 21:17:33 +0000 (22:17 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 18 Dec 2010 02:04:23 +0000 (03:04 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Dec 18 03:04:23 CET 2010 on sn-devel-104

source4/librpc/rpc/pyrpc.c

index 52b5d008b4b92e13c2b1a152ee4c7af84223d0cd..46f1f061a8fd99b901cff34cd9bb4810c62394a3 100644 (file)
@@ -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)