#ifndef __CURL_STRERROR_H
#define __CURL_STRERROR_H

#include "urldata.h"

const char *Curl_strerror (struct connectdata *conn, int err);

#endif

