changeset 1326:76478d16903d

added prototype of vo_init()
author arpi
date Mon, 16 Jul 2001 12:11:49 +0000
parents dcc6810426e1
children b12e1817bcc2
files libvo/video_out.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.h	Mon Jul 16 10:47:32 2001 +0000
+++ b/libvo/video_out.h	Mon Jul 16 12:11:49 2001 +0000
@@ -91,6 +91,8 @@
 } vo_functions_t;
 
 char *vo_format_name(int format);
+int vo_init(void);
+
 // NULL terminated array of all drivers
 extern vo_functions_t* video_out_drivers[];