From 25e98c6d2bcf1a17484a2953329ffcfffbb169b2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Mar 2024 22:13:13 -0400 Subject: Move collapse_whitespace to utils.c / utils.h --- include/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/utils.h') diff --git a/include/utils.h b/include/utils.h index 4d3cd3d..61f5948 100644 --- a/include/utils.h +++ b/include/utils.h @@ -263,4 +263,6 @@ int xml_pretty_print_in_place(const char *filename, const char *pretty_print_pro */ int fix_tox_conf(const char *filename, char **result); +char *collapse_whitespace(char **s); + #endif //OMC_UTILS_H -- cgit