diff options
Diffstat (limited to 'subreader.h')
-rw-r--r-- | subreader.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |