From da7e496cb8a8406fe16960231d387b552e55b87f Mon Sep 17 00:00:00 2001 From: rathann Date: Mon, 5 Dec 2005 01:34:13 +0000 Subject: [PATCH] fix mplayer.c:509: warning: implicit declaration of function 'free_osd_list' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17101 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/sub.h b/libvo/sub.h index d257e86913..f82d51d86d 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -117,6 +117,7 @@ void vo_init_osd(); 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;