mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 06:56:22 +00:00
Use hash table to store plugins
This commit is contained in:
@@ -98,9 +98,8 @@ typedef struct prof_plugin_t {
|
||||
} ProfPlugin;
|
||||
|
||||
void plugins_init(void);
|
||||
GSList* plugins_get_list(void);
|
||||
GSList *plugins_unloaded_list(void);
|
||||
GSList *plugins_loaded_list(void);
|
||||
GList *plugins_loaded_list(void);
|
||||
char* plugins_autocomplete(const char *const input);
|
||||
void plugins_reset_autocomplete(void);
|
||||
void plugins_shutdown(void);
|
||||
|
||||
Reference in New Issue
Block a user