add :, delimiters to parse_input()

remove replace_blanks_with_single_space()
This commit is contained in:
2024-07-08 17:29:23 +01:00
parent 48bb15e8f2
commit c95ff0e163
3 changed files with 8 additions and 53 deletions

View File

@@ -9,7 +9,6 @@
#define __UTIL_H__
void remove_last_part_of_path(char *fullpath);
int replace_blanks_with_single_space(char *s, size_t len);
char *kind_as_string(char *s, int kind, int n);
char *version_as_string(char *s, long v, int n);