Use hashtables for plugin disco features

This commit is contained in:
James Booth
2016-08-17 23:21:48 +01:00
parent 8b6549b36c
commit 9945246a64
6 changed files with 214 additions and 28 deletions

View File

@@ -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);