]> Dogcows Code - chaz/openbox/blobdiff - plugins/interface.h
adjust for changes to the parsing api.
[chaz/openbox] / plugins / interface.h
index 8c5c6458b18544c9aaf52b1de3a2b83402342639..52b46f32803cb0aa76fff8de1a8deb90c373030f 100644 (file)
@@ -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);
This page took 0.023547 seconds and 4 git commands to generate.