summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug.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/main/debug.h
parent19bbfc62638b60dd1a41e84686f24483adea5b03 (diff)
downloadexternal_mesa3d-08836341788a9f9d638d9dc8328510ccd18ddeb5.zip
external_mesa3d-08836341788a9f9d638d9dc8328510ccd18ddeb5.tar.gz
external_mesa3d-08836341788a9f9d638d9dc8328510ccd18ddeb5.tar.bz2
lots of gl_*() to _mesa_*() namespace clean-up
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r--src/mesa/main/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h
index 1fff954..929a877 100644
--- a/src/mesa/main/debug.h
+++ b/src/mesa/main/debug.h
@@ -1,8 +1,8 @@
#ifndef _DEBUG_H
#define _DEBUG_H
-void gl_print_tri_caps( const char *name, GLuint flags );
-void gl_print_enable_flags( const char *msg, GLuint flags );
-void gl_print_state( const char *msg, GLuint state );
+void _mesa_print_tri_caps( const char *name, GLuint flags );
+void _mesa_print_enable_flags( const char *msg, GLuint flags );
+void _mesa_print_state( const char *msg, GLuint state );
#endif