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:
parent
09ecfb6567
commit
91ebf46853
@ -52,7 +52,8 @@ utf8_to_fs_charset(const char *path_utf8)
|
|||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
void path_set_fs_charset(const char *charset)
|
static void
|
||||||
|
path_set_fs_charset(const char *charset)
|
||||||
{
|
{
|
||||||
char *test;
|
char *test;
|
||||||
|
|
||||||
|
@ -49,8 +49,6 @@ fs_charset_to_utf8(const char *path_fs);
|
|||||||
char *
|
char *
|
||||||
utf8_to_fs_charset(const char *path_utf8);
|
utf8_to_fs_charset(const char *path_utf8);
|
||||||
|
|
||||||
void path_set_fs_charset(const char *charset);
|
|
||||||
|
|
||||||
const char *path_get_fs_charset(void);
|
const char *path_get_fs_charset(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user