summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_arrayelt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/api_arrayelt.h')
-rw-r--r--src/mesa/main/api_arrayelt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/api_arrayelt.h b/src/mesa/main/api_arrayelt.h
index 706a72308c..1c0af9f3ea 100644
--- a/src/mesa/main/api_arrayelt.h
+++ b/src/mesa/main/api_arrayelt.h
@@ -32,6 +32,6 @@
extern GLboolean _ae_create_context( GLcontext *ctx );
extern void _ae_destroy_context( GLcontext *ctx );
extern void _ae_invalidate_state( GLcontext *ctx, GLuint new_state );
-extern void _ae_loopback_array_elt( GLint elt );
+extern void GLAPIENTRY _ae_loopback_array_elt( GLint elt );
#endif