Go to the documentation of this file. 1 #ifndef cetlib_ProvideMakePluginMacros_h 2 #define cetlib_ProvideMakePluginMacros_h 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