diff options
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 1 |
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); |