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 b3c7fc8c0b..3ddbbe4b61 100644
--- a/subreader.h
+++ b/subreader.h
@@ -37,6 +37,7 @@ typedef struct {
subtitle* sub_read_file (char *filename);
char * sub_filename(char *path, char * fname );
void list_sub_file(subtitle* subs);
+void dump_mpsub(subtitle* subs);
void sub_free( subtitle * subs );
#endif