X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstriconv.h;fp=lib%2Fxstriconv.h;h=437459d824d43cf5f907170a0a27da6ebe54662e;hb=441aa3044f43e5572f58c354f01e6bc070acd5c7;hp=a8a197102a453c1ebecb1537aa4e984971cdbe97;hpb=039ae97b8ae35a2446c5d62d72b21689c97da7e2;p=gnulib.git diff --git a/lib/xstriconv.h b/lib/xstriconv.h index a8a197102..437459d82 100644 --- a/lib/xstriconv.h +++ b/lib/xstriconv.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 xmem_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. @@ -67,7 +67,7 @@ extern char * xstr_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 * xstr_iconv (const char *src, - const char *from_codeset, const char *to_codeset); + const char *from_codeset, const char *to_codeset); #ifdef __cplusplus