summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subreader.h b/subreader.h
index 030d2f3821..e2739aaf1b 100644
--- a/subreader.h
+++ b/subreader.h
@@ -25,5 +25,6 @@ typedef struct {
subtitle* sub_read_file (char *filename);
char * sub_filename(char *path, char * fname );
+void list_sub_file(subtitle* subs);
#endif