From 91ebf4685380eb3cb43b49d389ced8f8fbac7f6a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 20 Feb 2009 14:49:57 +0100 Subject: path: don't export path_set_fs_charset() The function path_set_fs_charset() is only used in path.c. --- src/path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/path.c') diff --git a/src/path.c b/src/path.c index 1b6405cb0..575124c2c 100644 --- a/src/path.c +++ b/src/path.c @@ -52,7 +52,8 @@ utf8_to_fs_charset(const char *path_utf8) return p; } -void path_set_fs_charset(const char *charset) +static void +path_set_fs_charset(const char *charset) { char *test; -- cgit v1.2.3