about summary refs log tree commit diff stats
path: root/src/plugins/disco.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-08-11 23:20:59 +0100
committerJames Booth <boothj5@gmail.com>2016-08-11 23:20:59 +0100
commita65403c54abd269ed5717a208b61014502e35967 (patch)
tree0aec778abcebd8caa3ce40ae0f354e4b61e72aa8 /src/plugins/disco.h
parentbb676cc0fcc3943dc111c4f9e54090337b5e3b79 (diff)
downloadprofani-tty-a65403c54abd269ed5717a208b61014502e35967.tar.gz
Remove disco features added by plugins on unload
Diffstat (limited to 'src/plugins/disco.h')
-rw-r--r--src/plugins/disco.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/disco.h b/src/plugins/disco.h
index 0fb3f628..f16e2642 100644
--- a/src/plugins/disco.h
+++ b/src/plugins/disco.h
@@ -35,7 +35,8 @@
 #ifndef PLUGINS_DISCO_H
 #define PLUGINS_DISCO_H
 
-void disco_add_feature(char *feature);
+void disco_add_feature(const char* plugin_name, char *feature);
+void disco_remove_features(const char *plugin_name);
 GList* disco_get_features(void);
 void disco_close(void);