summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 67718c8938..591a166692 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -105,8 +105,8 @@ extern int spu_alignment;
extern int spu_aamode;
extern float spu_gaussvar;
-extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
-extern void vo_remove_text(int dxs,int dys,void (*remove)(int x0,int y0, int w,int h));
+void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
+void vo_remove_text(int dxs,int dys,void (*remove)(int x0,int y0, int w,int h));
void vo_init_osd(void);
int vo_update_osd(int dxs,int dys);