From 08836341788a9f9d638d9dc8328510ccd18ddeb5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Mar 2001 20:33:27 +0000 Subject: lots of gl_*() to _mesa_*() namespace clean-up --- src/mesa/x86/common_x86_asm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/x86/common_x86_asm.h') diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index 517e668ddb..985155781d 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 -- cgit v1.2.3