intel/compiler: fix -Wsign-compare warning
[mesa.git] / src / mesa / state_tracker / st_draw.h
index c4c2dc44ee415373aca192c9b9fa40128391949f..5b897bda1181fef867845da2721c80f5da0037f4 100644 (file)
 
 struct _mesa_index_buffer;
 struct _mesa_prim;
-struct gl_vertex_array;
 struct gl_context;
 struct st_context;
 
-void st_init_draw( struct st_context *st );
+void st_init_draw_functions(struct dd_function_table *functions);
 
 void st_destroy_draw( struct st_context *st );