Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / tnl / t_vertex_c.c
index d1ef7cd53c0f4481770bb703cd37e59550794110..9d18b23fc78902dde621a8cf3f3a0e1811586a6b 100644 (file)
@@ -228,7 +228,7 @@ static GLboolean print_attr_footer( struct tnl_clipspace_codegen *p )
       emit(p, "      }\n");
 }
 
-static emit_func print_store_func( struct tnl_clipspace_codegen *p ) 
+static tnl_emit_func print_store_func( struct tnl_clipspace_codegen *p ) 
 {
    fprintf(stderr, "%s: emitted:\n%s\n", __FUNCTION__, p->buf);