Rename the various function types in t_context.h to include a tnl_ prefix.

This commit is contained in:
Keith Whitwell
2004-07-01 13:14:05 +00:00
parent c3c8c71846
commit 3d38361b71
51 changed files with 223 additions and 220 deletions

View File

@@ -113,7 +113,7 @@ ATTRS( 13 )
ATTRS( 14 )
ATTRS( 15 )
void _tnl_generic_attr_table_init( attrfv_func (*tab)[4] )
void _tnl_generic_attr_table_init( tnl_attrfv_func (*tab)[4] )
{
INIT( tab, 0 );
INIT( tab, 1 );