diff options
Diffstat (limited to 'openbox/plugin.h')
| -rw-r--r-- | openbox/plugin.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/openbox/plugin.h b/openbox/plugin.h deleted file mode 100644 index 989e48f7..00000000 --- a/openbox/plugin.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __plugin_h -#define __plugin_h - -struct _ObParseInst; - -void plugin_startup(); -void plugin_shutdown(); - -void plugin_loadall(struct _ObParseInst *i); -void plugin_startall(); - -/* default plugin */ -/* load a plugin, but don't warn about reopens. for menus */ -gboolean plugin_open(gchar *name, struct _ObParseInst *i); -void plugin_start(gchar *name); - -#endif |
