From 63d718e243fd03e6ea24c47e7442975ec088a5b5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 3 Jan 2006 17:27:33 +0000 Subject: r12696: Reduce the size of include/structs.h (This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f) --- source4/librpc/rpc/dcerpc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/librpc/rpc/dcerpc.h') diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 4129fb25d8..cbfe8478b2 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -245,6 +245,9 @@ struct rpc_request { } async; }; +struct epm_tower; +struct epm_floor; + #include "librpc/rpc/dcerpc_proto.h" #endif /* __DCERPC_H__ */ -- cgit