summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-03-31 06:36:30 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-03-31 06:36:30 +0000
commitb48c575983dcd6bbffa3925565d45cadbb95fae2 (patch)
tree246817e050005267a5669196aec779cb69e4b705 /src/mesa/tnl/t_vtx_api.h
parent3e280b3fe7e295b063c7985273c0623a4a2e22bd (diff)
dynfn --> _tnl_dynfn
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.h')
-rw-r--r--src/mesa/tnl/t_vtx_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vtx_api.h b/src/mesa/tnl/t_vtx_api.h
index 5e4ab71a08..85cc33f071 100644
--- a/src/mesa/tnl/t_vtx_api.h
+++ b/src/mesa/tnl/t_vtx_api.h
@@ -76,7 +76,7 @@ extern void _tnl_generic_attr_table_init( attrfv_func (*tab)[4] );
/* t_vtx_x86.c:
*/
-extern void _tnl_InitX86Codegen( struct dynfn_generators *gen );
+extern void _tnl_InitX86Codegen( struct _tnl_dynfn_generators *gen );