X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fplugin.c;h=747bde6f1ab47a18f0ffa9f4b277ac93c008e568;hb=bddbe9432837edccc67b76f2d29d4dbc9b02203f;hp=a47052e4d8a023d9595ed942545c18850a0d52c6;hpb=68eba18b7611856e0df2a10c08fde15522e6c572;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;