mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 22:16:21 +00:00
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
gchar** parse_args(const char *const inp, int min, int max, gboolean *result);
|
||||
gchar** parse_args_with_freetext(const char *const inp, int min, int max, gboolean *result);
|
||||
int count_tokens(const char *const string);
|
||||
char* get_start(const char *const string, int tokens);
|
||||
GHashTable* parse_options(gchar **args, gchar **keys, gboolean *res);
|
||||
void options_destroy(GHashTable *options);
|
||||
gchar** parse_args(const char* const inp, int min, int max, gboolean* result);
|
||||
gchar** parse_args_with_freetext(const char* const inp, int min, int max, gboolean* result);
|
||||
int count_tokens(const char* const string);
|
||||
char* get_start(const char* const string, int tokens);
|
||||
GHashTable* parse_options(gchar** args, gchar** keys, gboolean* res);
|
||||
void options_destroy(GHashTable* options);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user