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/3dnow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/x86/3dnow.h') diff --git a/src/mesa/x86/3dnow.h b/src/mesa/x86/3dnow.h index ee87c5af3dd..c26005d2241 100644 --- a/src/mesa/x86/3dnow.h +++ b/src/mesa/x86/3dnow.h @@ -1,4 +1,4 @@ -/* $Id: 3dnow.h,v 1.3 2000/11/16 21:05:41 keithw Exp $ */ +/* $Id: 3dnow.h,v 1.4 2001/03/03 20:33:30 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,7 +34,7 @@ #include "math/m_xform.h" -void gl_init_3dnow_transform_asm( void ); -void gl_init_3dnow_vertex_asm( void ); +void _mesa_init_3dnow_transform_asm( void ); +void _mesa_init_3dnow_vertex_asm( void ); #endif -- cgit v1.2.3