Apply coding style

This commit is contained in:
Michael Vetter
2020-07-07 14:18:57 +02:00
parent 95015cec56
commit a2726b6a7d
213 changed files with 19064 additions and 17062 deletions

View File

@@ -38,10 +38,9 @@
#include <glib.h>
void disco_add_feature(const char* plugin_name, char *feature);
void disco_remove_features(const char *plugin_name);
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);
#endif