00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __CURL_STRERROR_H 00006 #define __CURL_STRERROR_H 00007 00008 #include "urldata.h" 00009 00010 const char *Curl_strerror (struct connectdata *conn, int err); 00011 00012 #ifdef USE_LIBIDN 00013 const char *Curl_idn_strerror (struct connectdata *conn, int err); 00014 #endif 00015 00016 #endif
1.5.6