summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/rpc/pyrpc.h')
-rw-r--r--source4/librpc/rpc/pyrpc.h2
1 files changed, 2 insertions, 0 deletions
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_ */