comparison libvo/vo_null.c @ 31:1fc618eba830

added check_events() interface
author arpi_esp
date Sat, 03 Mar 2001 21:46:39 +0000
parents 3b5f5d1c5041
children d40f2b686846
comparison
equal deleted inserted replaced
30:3af750fac6c1 31:1fc618eba830
80 uninit(void) 80 uninit(void)
81 { 81 {
82 } 82 }
83 83
84 84
85 static void check_events(void)
86 {
87 }
85 88
89
90