ProvideMakePluginMacros.h
Go to the documentation of this file.
1 #ifndef cetlib_ProvideMakePluginMacros_h
2 #define cetlib_ProvideMakePluginMacros_h
3 
5 
6 #define MAKE_PLUGIN_START(result_type, ...) \
7  EXTERN_C_FUNC_DECLARE_START result_type makePlugin(__VA_ARGS__)
8 #define MAKE_PLUGIN_END EXTERN_C_FUNC_DECLARE_END
9 
10 #endif /* cetlib_ProvideMakePluginMacros_h */