summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-10-07 21:34:39 +0000
committerJames Bursa <james@netsurf-browser.org>2003-10-07 21:34:39 +0000
commitbbcdf13fe04bc56a3671db581df40307e65b81da (patch)
tree075633c4419aace71bb76295f303f9eefffe874a /utils/utils.h
parent4ccdd4c7d275b3734ea11adec95a0d28d3ddfda6 (diff)
downloadnetsurf-bbcdf13fe04bc56a3671db581df40307e65b81da.tar.gz
netsurf-bbcdf13fe04bc56a3671db581df40307e65b81da.tar.bz2
[project @ 2003-10-07 21:34:39 by bursa]
Implement white-space property. svn path=/import/netsurf/; revision=348
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 3e491648e..9403d194e 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -21,6 +21,7 @@ char * xstrdup(const char * const s);
char * load(const char * const path);
char * squash_whitespace(const char * s);
char * tolat1(xmlChar * s);
+char * tolat1_pre(xmlChar * s);
char *squash_tolat1(xmlChar *s);
char *url_join(const char* new, const char* base);