summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/utils.h b/utils/utils.h
index ced14cb6f..445c7167e 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -1,5 +1,5 @@
/**
- * $Id: utils.h,v 1.1.1.1 2002/04/22 09:24:34 bursa Exp $
+ * $Id: utils.h,v 1.2 2002/05/21 21:27:29 bursa Exp $
*/
void die(const char * const error);
@@ -9,3 +9,5 @@ void * xcalloc(const size_t n, const size_t size);
void * xrealloc(void * p, const size_t size);
char * xstrdup(const char * const s);
char * load(const char * const path);
+char * squash_whitespace(const char * s);
+