diff libvo/vo_dga.c @ 4596:c35d7ce151b3

10000hl to Holm... control MUST BE static...
author arpi
date Sat, 09 Feb 2002 01:21:48 +0000
parents 5fbfd8545c3b
children 539a995924ba
line wrap: on
line diff
--- a/libvo/vo_dga.c	Sat Feb 09 01:10:22 2002 +0000
+++ b/libvo/vo_dga.c	Sat Feb 09 01:21:48 2002 +0000
@@ -23,6 +23,9 @@
  * - works only on x86 architectures
  *
  * $Log$
+ * Revision 1.41  2002/02/09 01:21:48  arpi
+ * 10000hl to Holm... control MUST BE static...
+ *
  * Revision 1.40  2002/02/09 00:47:26  arpi
  * query_ stuff replaced by new control() - patch by David Holm
  *
@@ -1179,7 +1182,7 @@
   return 0;
 }
 
-uint32_t control(uint32_t request, void *data, ...)
+static uint32_t control(uint32_t request, void *data, ...)
 {
   switch (request) {
   case VOCTRL_QUERY_FORMAT: