summaryrefslogtreecommitdiff
path: root/src/tool_strdup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_strdup.h')
-rw-r--r--src/tool_strdup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_strdup.h b/src/tool_strdup.h
index 9b2161896..275be7c5d 100644
--- a/src/tool_strdup.h
+++ b/src/tool_strdup.h
@@ -28,5 +28,6 @@
#ifndef HAVE_STRDUP
extern char *strdup(const char *str);
#endif
+char *memdup0(const char *data, size_t len);
#endif /* HEADER_TOOL_STRDUP_H */