aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-05 21:51:18 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-05 21:51:18 -0500
commit06e042b1bde161e763b98fa457738cbff4f7e181 (patch)
tree80a8342c752cf9a1730af1e37a7d6483de80505a /include/spm.h
parent1141e1d4afb01b5360e2a344b422d84d31563adf (diff)
downloadspmc-06e042b1bde161e763b98fa457738cbff4f7e181.tar.gz
Add normalize_space
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h
index 5be6b42..fdea8b8 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -232,6 +232,7 @@ char *lstrip(char *sptr);
char *strip(char *sptr);
int isempty(char *sptr);
int isquoted(char *sptr);
+char *normalize_space(char *s);
// find.c
char *find_executable(const char *program);