]> Dogcows Code - chaz/openbox/blobdiff - openbox/plugin.c
this is a big one! im putting stats in here just cuz!
[chaz/openbox] / openbox / plugin.c
index a47052e4d8a023d9595ed942545c18850a0d52c6..747bde6f1ab47a18f0ffa9f4b277ac93c008e568 100644 (file)
@@ -1,12 +1,8 @@
+#include "plugins/interface.h"
+
 #include <glib.h>
 #include <gmodule.h>
 
-typedef void (*PluginSetupConfig)();
-typedef void (*PluginStartup)();
-typedef void (*PluginShutdown)();
-typedef void *(*PluginCreate)(/* TODO */);
-typedef void (*PluginDestroy)(void *);
-
 typedef struct {
     GModule *module;
     char *name;
This page took 0.02024 seconds and 4 git commands to generate.