From 7e710c4de92c310897817acc06d229cce763d2d7 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 11 Sep 2010 17:53:32 +0200 Subject: s4:rpc_server/common/common.h - introduce two forward declarations to suppress parameter declaration warnings Always Tru64 in file "param/loadparm.c" and possibly others. --- source4/rpc_server/common/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/rpc_server/common') diff --git a/source4/rpc_server/common/common.h b/source4/rpc_server/common/common.h index ba023e1fd8..3f3275b388 100644 --- a/source4/rpc_server/common/common.h +++ b/source4/rpc_server/common/common.h @@ -36,6 +36,9 @@ struct dcerpc_server_info { uint32_t version_build; }; +enum srvsvc_PlatformId; +enum srvsvc_ShareType; + #include "rpc_server/common/proto.h" #endif /* _DCERPC_SERVER_COMMON_H_ */ -- cgit