mesa: fix make check for ARB_texture_gather
[mesa.git] / src / mesa / main / arrayobj.h
index d7ff35a5661c4071b22e3e20cbef4c197adce09d..492ef350161fc3bb945e48b903857eb1c295b7a8 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.6
  *
  * Copyright (C) 1999-2004  Brian Paul   All Rights Reserved.
  * (C) Copyright IBM Corporation 2006
@@ -46,6 +45,9 @@ struct gl_context;
  * Internal functions
  */
 
+extern struct gl_array_object *
+_mesa_lookup_arrayobj(struct gl_context *ctx, GLuint id);
+
 extern struct gl_array_object *
 _mesa_new_array_object( struct gl_context *ctx, GLuint name );