diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-18 22:13:13 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-22 22:20:26 -0400 |
commit | 25e98c6d2bcf1a17484a2953329ffcfffbb169b2 (patch) | |
tree | cc9fc33d63f14bea94f442cdcf3c2479b7990988 /include | |
parent | 8ef322421ae938103881c5f90d81265ca0bc39c2 (diff) | |
download | stasis-25e98c6d2bcf1a17484a2953329ffcfffbb169b2.tar.gz |
Move collapse_whitespace to utils.c / utils.h
Diffstat (limited to 'include')
-rw-r--r-- | include/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |