mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 06:06:21 +00:00
Revert "Apply coding style"
This reverts commit 9b55f2dec0.
Sorting the includes creates some problems.
This commit is contained in:
@@ -38,9 +38,10 @@
|
||||
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user