aboutsummaryrefslogtreecommitdiff
path: root/src/common/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/include/string.h')
-rw-r--r--src/common/include/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include/string.h b/src/common/include/string.h
index 682b25a..a7a5253 100644
--- a/src/common/include/string.h
+++ b/src/common/include/string.h
@@ -14,4 +14,6 @@ char *strcpy(char *dest, const char *src);
char *strcat(char *dest, const char *src);
int strcmp(const char *s1, const char *s2);
+char *strdup(const char* str);
+
/* vim: set ts=4 sw=4 tw=0 noet :*/