summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r--src/mesa/x86/common_x86_asm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h
index 517e668ddb7..985155781dc 100644
--- a/src/mesa/x86/common_x86_asm.h
+++ b/src/mesa/x86/common_x86_asm.h
@@ -1,4 +1,4 @@
-/* $Id: common_x86_asm.h,v 1.4 2000/11/24 10:25:10 keithw Exp $ */
+/* $Id: common_x86_asm.h,v 1.5 2001/03/03 20:33:30 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -59,7 +59,7 @@
extern int gl_x86_cpu_features;
-extern void gl_init_all_x86_transform_asm( void );
-extern void gl_init_all_x86_vertex_asm( void );
+extern void _mesa_init_all_x86_transform_asm( void );
+extern void _mesa_init_all_x86_vertex_asm( void );
#endif