X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=utf8.h;h=84efbfcb1fa163b5b799add81b4464ff6eb88611;hb=0b5dc59c6b5bea37a425f84e64cd33cd0694a46d;hp=edea55e093a4713dcd0056da9a31b63f0cb51272;hpb=85fcf1cbb6eb2e8fb1512a5ffe834b6a07deb4cd;p=thirdparty%2Fgit.git diff --git a/utf8.h b/utf8.h index edea55e093..84efbfcb1f 100644 --- a/utf8.h +++ b/utf8.h @@ -27,7 +27,7 @@ void strbuf_utf8_replace(struct strbuf *sb, int pos, int width, #ifndef NO_ICONV char *reencode_string_iconv(const char *in, size_t insz, - iconv_t conv, size_t *outsz); + iconv_t conv, size_t bom_len, size_t *outsz); char *reencode_string_len(const char *in, size_t insz, const char *out_encoding, const char *in_encoding,