aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strerror.h')
-rw-r--r--lib/strerror.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strerror.h b/lib/strerror.h
index 7d687230e..d003cb182 100644
--- a/lib/strerror.h
+++ b/lib/strerror.h
@@ -27,4 +27,8 @@
const char *Curl_strerror (struct connectdata *conn, int err);
+#ifdef USE_LIBIDN
+const char *Curl_idn_strerror (struct connectdata *conn, int err);
+#endif
+
#endif