changeset 17100:29760118597b

fix mplayer.c:509: warning: implicit declaration of function 'free_osd_list'
author rathann
date Mon, 05 Dec 2005 01:34:13 +0000
parents c6dca3153ddb
children 16b1de65666b
files libvo/sub.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.h	Mon Dec 05 01:32:30 2005 +0000
+++ b/libvo/sub.h	Mon Dec 05 01:34:13 2005 +0000
@@ -117,6 +117,7 @@
 int vo_update_osd(int dxs,int dys);
 int vo_osd_changed(int new_value);
 int vo_osd_check_range_update(int,int,int,int);
+void free_osd_list();
 
 extern int vo_osd_changed_flag;