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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/path.h') diff --git a/src/path.h b/src/path.h index 71b09fb5b..9a003167d 100644 --- a/src/path.h +++ b/src/path.h @@ -49,8 +49,6 @@ fs_charset_to_utf8(const char *path_fs); char * utf8_to_fs_charset(const char *path_utf8); -void path_set_fs_charset(const char *charset); - const char *path_get_fs_charset(void); #endif -- cgit v1.2.3