path: don't export path_set_fs_charset()
The function path_set_fs_charset() is only used in path.c.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user