summaryrefslogtreecommitdiff
path: root/lib/strdup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strdup.h')
-rw-r--r--lib/strdup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strdup.h b/lib/strdup.h
index c74a3b730..ae3d5d011 100644
--- a/lib/strdup.h
+++ b/lib/strdup.h
@@ -27,5 +27,6 @@
extern char *curlx_strdup(const char *str);
#endif
void *Curl_memdup(const void *src, size_t buffer_length);
+void *Curl_saferealloc(void *ptr, size_t size);
#endif /* HEADER_CURL_STRDUP_H */