summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2002-10-12 19:18:48 +0000
committerColin Watson <cjwatson@debian.org>2002-10-12 19:18:48 +0000
commit6fee3ebdf83f93e77433f5b72d1dd032532bad52 (patch)
tree740ff15fecc832c9bac3662eb881152c9ab557eb /include
parent5eb27d4ac0d85b968eac40da82b44b371515be7d (diff)
A much-needed complete rewrite of splitline(). The previous version
was extremely difficult to debug (see http://bugs.debian.org/123130) and got info->pointer and info->whatis wrong quite frequently. This version is much simpler and I hope more correct.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index d43d5336..77b127be 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -293,6 +293,7 @@ extern int is_directory (const char *path);
extern __inline__ int do_system (const char *command);
extern char *escape_shell (const char *unesc);
extern int remove_directory (const char *directory);
+extern char *trim_spaces (const char *s);
#ifdef HAVE_BASENAME
extern char *basename (const char *path);