From bbcdf13fe04bc56a3671db581df40307e65b81da Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 7 Oct 2003 21:34:39 +0000 Subject: [project @ 2003-10-07 21:34:39 by bursa] Implement white-space property. svn path=/import/netsurf/; revision=348 --- utils/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/utils.h') 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); -- cgit v1.2.3