aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/buffers.h')
-rw-r--r--mesalib/src/mesa/main/buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/main/buffers.h b/mesalib/src/mesa/main/buffers.h
index 8083bc3d3..e9768f944 100644
--- a/mesalib/src/mesa/main/buffers.h
+++ b/mesalib/src/mesa/main/buffers.h
@@ -41,7 +41,7 @@ extern void GLAPIENTRY
_mesa_DrawBuffer( GLenum mode );
extern void GLAPIENTRY
-_mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers);
+_mesa_DrawBuffers(GLsizei n, const GLenum *buffers);
extern void
_mesa_drawbuffers(struct gl_context *ctx, GLuint n, const GLenum *buffers,