From: Theodore Ts'o Date: Mon, 25 Aug 2008 03:34:13 +0000 (-0400) Subject: libblkid: Fix namespace leakage of unicode_16be_to_utf8 X-Git-Tag: v1.41.1~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d56ccbd8f97e90d34a2b18a45fbd6681d3dba726;p=thirdparty%2Fe2fsprogs.git libblkid: Fix namespace leakage of unicode_16be_to_utf8 Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/blkid/probe.c b/lib/blkid/probe.c index 92052e1c9..04eb29a77 100644 --- a/lib/blkid/probe.c +++ b/lib/blkid/probe.c @@ -1051,8 +1051,8 @@ static int probe_gfs2(struct blkid_probe *probe, return 1; } -void unicode_16be_to_utf8(unsigned char *str, int out_len, - const unsigned char *buf, int in_len) +static void unicode_16be_to_utf8(unsigned char *str, int out_len, + const unsigned char *buf, int in_len) { int i, j; unsigned int c;