X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstriconv.h;h=eb7fa4a5d747e66053534b270c2f48ca6c2b429e;hb=ec60d8959e16a743f09704c397931f2621f511ae;hp=00f2cca539e6046db54bad4226065f8cf9df08e8;hpb=61d6ec62790ce03addf075dff18c0aacca1915f0;p=gnulib.git diff --git a/lib/striconv.h b/lib/striconv.h index 00f2cca53..eb7fa4a5d 100644 --- a/lib/striconv.h +++ b/lib/striconv.h @@ -43,7 +43,7 @@ extern "C" { in *LENGTHP. *RESULTP is set to a freshly allocated memory block, or is unchanged if no dynamic memory allocation was necessary. */ extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd, - char **resultp, size_t *lengthp); + char **resultp, size_t *lengthp); /* Convert an entire string from one encoding to another, using iconv. The original string is the NUL-terminated string starting at SRC. @@ -65,7 +65,7 @@ extern char * str_cd_iconv (const char *src, iconv_t cd); Return value: the freshly allocated resulting NUL-terminated string if successful, otherwise NULL and errno set. */ extern char * str_iconv (const char *src, - const char *from_codeset, const char *to_codeset); + const char *from_codeset, const char *to_codeset); #ifdef __cplusplus