diff libvo/vo_dxr3.c @ 4596:c35d7ce151b3

10000hl to Holm... control MUST BE static...
author arpi
date Sat, 09 Feb 2002 01:21:48 +0000
parents 5fbfd8545c3b
children e4a96fe4f3d2
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Sat Feb 09 01:10:22 2002 +0000
+++ b/libvo/vo_dxr3.c	Sat Feb 09 01:21:48 2002 +0000
@@ -92,7 +92,7 @@
 	""
 };
 
-uint32_t control(uint32_t request, void *data, ...)
+static uint32_t control(uint32_t request, void *data, ...)
 {
 	uint32_t flag = 0;
 	switch (request) {