s4:rpc_server/common/common.h - introduce two forward declarations to suppress parame...
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 11 Sep 2010 15:53:32 +0000 (17:53 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sat, 11 Sep 2010 16:04:48 +0000 (18:04 +0200)
Always Tru64 in file "param/loadparm.c" and possibly others.

source4/rpc_server/common/common.h

index ba023e1fd8de512622b2ddfbcc24829d70224068..3f3275b388c79fcf372c27a528cad615a58be884 100644 (file)
@@ -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_ */