From 654be49c010949a0420412450971effdbd4ce585 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 24 May 2008 21:02:56 +0200 Subject: Use manually written Python bindings for DCE/RPC rather than SWIG based. Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784) --- source4/librpc/rpc/pyrpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc/rpc/pyrpc.h') diff --git a/source4/librpc/rpc/pyrpc.h b/source4/librpc/rpc/pyrpc.h index c21f387cf6..386b994494 100644 --- a/source4/librpc/rpc/pyrpc.h +++ b/source4/librpc/rpc/pyrpc.h @@ -41,4 +41,6 @@ typedef struct { struct dcerpc_pipe *pipe; } dcerpc_InterfaceObject; +PyAPI_DATA(PyTypeObject) dcerpc_InterfaceType; + #endif /* _PYRPC_H_ */ -- cgit