summaryrefslogtreecommitdiffstats
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-17 22:17:33 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-18 03:04:23 +0100
commit09a2f14c84de1da658009c62572c7cbffb07febc (patch)
treea240d81f594e60bed3e5b559840413beaa976771 /source4/librpc
parentd107e959b7f670a5a88b58defd5b70cde6beb068 (diff)
downloadsamba-09a2f14c84de1da658009c62572c7cbffb07febc.tar.gz
samba-09a2f14c84de1da658009c62572c7cbffb07febc.tar.xz
samba-09a2f14c84de1da658009c62572c7cbffb07febc.zip
pyrpc: Add prototype for init function.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 18 03:04:23 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/pyrpc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/rpc/pyrpc.c b/source4/librpc/rpc/pyrpc.c
index 52b5d008b4b..46f1f061a8f 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)