X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Finterface.h;h=52b46f32803cb0aa76fff8de1a8deb90c373030f;hb=1045079482453424f8320de99639390e3020eb72;hp=8c5c6458b18544c9aaf52b1de3a2b83402342639;hpb=d1e355de2c6aae38cea3cdc0e0b902ea2b194e86;p=chaz%2Fopenbox diff --git a/plugins/interface.h b/plugins/interface.h index 8c5c6458..52b46f32 100644 --- a/plugins/interface.h +++ b/plugins/interface.h @@ -1,8 +1,10 @@ #ifndef __plugins_interface_h #define __plugins_interface_h +struct _ObParseInst; + /* plugin_setup_config() */ -typedef void (*PluginSetupConfig)(void); +typedef void (*PluginSetupConfig)(struct _ObParseInst *i); /* plugin_startup() */ typedef void (*PluginStartup)(void);