Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / tnl / t_vertex_codegen.c
index 3c99b0411ea682be6af3777ae554266843793fcd..e3e7f2ef1d2c89d8ffb484ce829bf0142e024c53 100644 (file)
@@ -447,7 +447,7 @@ static struct {
  * the pipeline has been run.
  */
 
-emit_func _tnl_codegen_emit( GLcontext *ctx )
+tnl_emit_func _tnl_codegen_emit( GLcontext *ctx )
 {
    struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
    struct tnl_clipspace *vtx = GET_VERTEX_STATE(ctx);