summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorKevin Bagust <kevin.bagust@ntlworld.com>2004-12-08 00:10:17 +0000
committerKevin Bagust <kevin.bagust@ntlworld.com>2004-12-08 00:10:17 +0000
commite11c05d25701564b9d21b411057400a2ca3206b5 (patch)
tree6603d3d77c2551a63e344b75b4096e055cb24d3e /utils/utils.h
parente3ca55d7ccd0d31076befbaa76438f27540dfdba (diff)
downloadnetsurf-e11c05d25701564b9d21b411057400a2ca3206b5.tar.gz
netsurf-e11c05d25701564b9d21b411057400a2ca3206b5.tar.bz2
[project @ 2004-12-08 00:10:17 by kevinb]
Removed unused function load, and altered call to xcalloc into a call to calloc in clean_cookiejar svn path=/import/netsurf/; revision=1389
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/utils.h b/utils/utils.h
index b3e64609f..31ee01bf3 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -23,7 +23,6 @@ void * xcalloc(const size_t n, const size_t size);
void * xrealloc(void * p, const size_t size);
void xfree(void* p);
char * xstrdup(const char * const s);
-char * load(const char * const path);
char * squash_whitespace(const char * s);
char *cnv_space2nbsp(const char *s);
char *cnv_local_enc_str(const char *s, size_t length);