mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 00:56:22 +00:00
Remove disco features added by plugins on unload
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user