summaryrefslogtreecommitdiff
path: root/openbox/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/plugin.h')
-rw-r--r--openbox/plugin.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/openbox/plugin.h b/openbox/plugin.h
index 7ef004bf..989e48f7 100644
--- a/openbox/plugin.h
+++ b/openbox/plugin.h
@@ -10,9 +10,8 @@ void plugin_loadall(struct _ObParseInst *i);
void plugin_startall();
/* default plugin */
-gboolean plugin_open(char *name, struct _ObParseInst *i);
/* load a plugin, but don't warn about reopens. for menus */
-gboolean plugin_open_reopen(char *name, struct _ObParseInst *i);
-void plugin_close(char *name);
+gboolean plugin_open(gchar *name, struct _ObParseInst *i);
+void plugin_start(gchar *name);
#endif