Commit 91ebf468 authored by Max Kellermann's avatar Max Kellermann

path: don't export path_set_fs_charset()

The function path_set_fs_charset() is only used in path.c.
parent 09ecfb65
...@@ -52,7 +52,8 @@ utf8_to_fs_charset(const char *path_utf8) ...@@ -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); ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment