mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 03:26:22 +00:00
Use hashtables for plugin disco features
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#ifndef PLUGINS_DISCO_H
|
||||
#define PLUGINS_DISCO_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
void disco_add_feature(const char* plugin_name, char *feature);
|
||||
void disco_remove_features(const char *plugin_name);
|
||||
GList* disco_get_features(void);
|
||||
|
||||
Reference in New Issue
Block a user