summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
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);