mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 09:16:21 +00:00
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user