From cf33c343cf60b3f0f24c1b29bb084e77d8fe2b2c Mon Sep 17 00:00:00 2001 From: pontscho Date: Mon, 17 Dec 2001 00:07:20 +0000 Subject: some small sub bug fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3544 b3059339-0415-0410-9bf9-f77b7e298cf2 --- subreader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'subreader.h') diff --git a/subreader.h b/subreader.h index f73ed3983f..b3c7fc8c0b 100644 --- a/subreader.h +++ b/subreader.h @@ -37,5 +37,6 @@ typedef struct { subtitle* sub_read_file (char *filename); char * sub_filename(char *path, char * fname ); void list_sub_file(subtitle* subs); +void sub_free( subtitle * subs ); #endif -- cgit v1.2.3