From 81e44312b4976d5516f129f36a67fe381bcb6883 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 25 Dec 2011 20:23:53 +0000 Subject: Use strdup explicitly --- String.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'String.h') diff --git a/String.h b/String.h index 1d1534f7..99b1a97f 100644 --- a/String.h +++ b/String.h @@ -9,6 +9,7 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ +#include "config.h" #include #include #include @@ -18,8 +19,6 @@ in the source distribution for its full text. #define String_startsWith(s, match) (strstr((s), (match)) == (s)) -extern char* String_copy(const char* orig); - char* String_cat(const char* s1, const char* s2); char* String_trim(const char* in); -- cgit v1.2.3