diff subreader.h @ 2050:18f4dd5d568f

-Wall warnings fixed
author arpi
date Tue, 02 Oct 2001 21:45:41 +0000
parents 6b02113cd41a
children 2f04b5f9a615
line wrap: on
line diff
--- a/subreader.h	Tue Oct 02 21:44:45 2001 +0000
+++ b/subreader.h	Tue Oct 02 21:45:41 2001 +0000
@@ -25,5 +25,6 @@
 
 subtitle* sub_read_file (char *filename);
 char * sub_filename(char *path, char * fname );
+void list_sub_file(subtitle* subs);
 
 #endif