summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:17:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:17:50 +0000
commitcde62790f6ac1d19fd2808c8413832f4da5ae7b0 (patch)
tree552e5acd1f4dac09b55880aa173444b1b1018d64 /utils/utils.h
parentfabc086d4a30fa2b989d0d30a58b2b174a0e21ac (diff)
downloadnetsurf-cde62790f6ac1d19fd2808c8413832f4da5ae7b0.tar.gz
netsurf-cde62790f6ac1d19fd2808c8413832f4da5ae7b0.tar.bz2
Update for new lpu API.
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/utils.h b/utils/utils.h
index a1ff683d3..f2241ae07 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -136,17 +136,6 @@ typedef struct
#endif
-/**
- * Private-word-capable realloc() implementation which
- * behaves as most NS libraries expect in the face of
- * realloc(ptr, 0) and realloc(NULL, size).
- *
- * \param ptr The pointer for reallocation
- * \param size The number of bytes for the allocation
- * \param pw A "private word" which we ignore.
- * \return The new pointer (NULL on frees or errors)
- */
-void *ns_realloc(void *ptr, size_t size, void *pw);
char * strip(char * const s);
int whitespace(const char * str);