mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 22:46:21 +00:00
Fix /correct quotation marks usage
Add new `parse_args_as_one()` function to just use everything after the command as the argument. Fix https://github.com/profanity-im/profanity/issues/1404
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
|
||||
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);
|
||||
gchar** parse_args_as_one(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);
|
||||
|
||||
Reference in New Issue
Block a user