This commit is contained in:
starnakin 2023-06-29 14:04:01 +02:00
parent 982927e0fd
commit d59b9d72d9

View File

@ -3,4 +3,4 @@
#include <string.h>
int is_in_quote(const char *str, size_t pos);
char **split_quoted_charset(const char *str, const char *charset);