X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fstrerror.h;h=627273eb2670f93ee6ca3b01d332ef4dadb415de;hb=e9bdad71c8277e20607fa1eaf0027d53a0dc1f37;hp=ae8c96bd4a6013264e2380b2346f70e706e8677f;hpb=3e62527ed71a7a362d7ec321e7f026edab35f8e2;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/strerror.h b/lib/strerror.h index ae8c96b..627273e 100644 --- a/lib/strerror.h +++ b/lib/strerror.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -26,7 +26,7 @@ const char *Curl_strerror (struct connectdata *conn, int err); -#ifdef USE_LIBIDN +#ifdef USE_LIBIDN2 const char *Curl_idn_strerror (struct connectdata *conn, int err); #endif