Committing in .
[mesa.git] / src / mesa / tnl / t_array_api.h
index 32a70443f567714da35015b62392899e3929203a..61d1f696b008b30dc977d26e95c5e4206c30263b 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: t_array_api.h,v 1.2 2001/03/12 00:48:43 gareth Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #include "t_context.h"
 
 
-extern void _tnl_DrawArrays(GLenum mode, GLint first, GLsizei count);
+extern void GLAPIENTRY _tnl_DrawArrays(GLenum mode, GLint first, GLsizei count);
 
-extern void _tnl_DrawElements(GLenum mode, GLsizei count, GLenum type,
+extern void GLAPIENTRY _tnl_DrawElements(GLenum mode, GLsizei count, GLenum type,
                              const GLvoid *indices);
 
-extern void _tnl_DrawRangeElements(GLenum mode, GLuint start,
+extern void GLAPIENTRY _tnl_DrawRangeElements(GLenum mode, GLuint start,
                                   GLuint end, GLsizei count, GLenum type,
                                   const GLvoid *indices);