diff options
Diffstat (limited to 'common/fmplayer_file_unix.c')
-rw-r--r-- | common/fmplayer_file_unix.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/fmplayer_file_unix.c b/common/fmplayer_file_unix.c index d2855c3..d6fb4ed 100644 --- a/common/fmplayer_file_unix.c +++ b/common/fmplayer_file_unix.c @@ -125,3 +125,7 @@ err: void *fmplayer_path_dup(const void *path) { return strdup(path); } + +char *fmplayer_path_filename_sjis(const void *path) { + return 0; +} |