diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/plugin-def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/plugin-def.h b/src/plugins/plugin-def.h index b8cdca8..6d4253e 100644 --- a/src/plugins/plugin-def.h +++ b/src/plugins/plugin-def.h @@ -253,6 +253,8 @@ typedef struct _plugin_interface #define RL(...) BUILD_PG_LIST(.required, ((const char *[]){ __VA_ARGS__ })) +#define NO_REQ EMPTY_PG_LIST(.required) + #define DEFINE_CHRYSALIDE_PLUGIN(t, n, d, v, r, a) \ G_MODULE_EXPORT const plugin_interface _chrysalide_plugin = { \ |