summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-27 20:59:58 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-27 20:59:58 +0000
commit7895a99e80db01f665bd8581833153872f9dcc99 (patch)
tree658a040c85de94e14c25b2a658c0928d095258ce /subreader.h
parentb874045618e6ab4f0c8ad5fcbdd7eb1502141517 (diff)
downloadmpv-7895a99e80db01f665bd8581833153872f9dcc99.tar.bz2
mpv-7895a99e80db01f665bd8581833153872f9dcc99.tar.xz
implemented ~/.mplayer/sub/filename.sub stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.h b/subreader.h
index ca021ff338..565d9b2242 100644
--- a/subreader.h
+++ b/subreader.h
@@ -24,6 +24,6 @@ typedef struct {
} subtitle;
subtitle* sub_read_file (char *filename);
-char * sub_filename( char * fname );
+char * sub_filename(char *path, char * fname );
#endif