X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fplugin.c;h=747bde6f1ab47a18f0ffa9f4b277ac93c008e568;hb=d1e355de2c6aae38cea3cdc0e0b902ea2b194e86;hp=a47052e4d8a023d9595ed942545c18850a0d52c6;hpb=927f99e4125743bbecf41b1aa7dbce9587fb6156;p=chaz%2Fopenbox diff --git a/openbox/plugin.c b/openbox/plugin.c index a47052e4..747bde6f 100644 --- a/openbox/plugin.c +++ b/openbox/plugin.c @@ -1,12 +1,8 @@ +#include "plugins/interface.h" + #include #include -typedef void (*PluginSetupConfig)(); -typedef void (*PluginStartup)(); -typedef void (*PluginShutdown)(); -typedef void *(*PluginCreate)(/* TODO */); -typedef void (*PluginDestroy)(void *); - typedef struct { GModule *module; char *name;