00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 00006 00007 #ifndef _CURL_STRDUP_H 00008 #define _CURL_STRDUP_H 00009 00010 #include "setup.h" 00011 00012 #ifndef HAVE_STRDUP 00013 extern char *curlx_strdup(const char *str); 00014 #endif 00015 00016 #endif 00017
1.5.6