summaryrefslogtreecommitdiff
path: root/src/mesa/x86/3dnow.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 20:33:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 20:33:27 +0000
commit08836341788a9f9d638d9dc8328510ccd18ddeb5 (patch)
tree6bd480b7f5f595c63914b1d39727d70a0f954723 /src/mesa/x86/3dnow.h
parent19bbfc62638b60dd1a41e84686f24483adea5b03 (diff)
lots of gl_*() to _mesa_*() namespace clean-up
Diffstat (limited to 'src/mesa/x86/3dnow.h')
-rw-r--r--src/mesa/x86/3dnow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/3dnow.h b/src/mesa/x86/3dnow.h
index ee87c5af3d..c26005d224 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