about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-06-30 23:14:05 +0100
committerJames Booth <boothj5@gmail.com>2016-06-30 23:14:05 +0100
commitef6bad483eef8f83393623127e1a27a46fa8b221 (patch)
treee4397de79130f2be53d347f7eec957d917cb0169 /src/config/preferences.h
parent56480ce9ea25697215e677d029f0ad25f9cc8b99 (diff)
downloadprofani-tty-ef6bad483eef8f83393623127e1a27a46fa8b221.tar.gz
/plugins unload command and completer
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index a7b84dfe..3111f81e 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -191,6 +191,7 @@ void prefs_set_autoxa_time(gint value);
 gchar** prefs_get_plugins(void);
 void prefs_free_plugins(gchar **plugins);
 void prefs_add_plugin(const char *const name);
+void prefs_remove_plugin(const char *const name);
 
 char prefs_get_otr_char(void);
 void prefs_set_otr_char(char ch);