fix typo
[mesa.git] / src / mesa / swrast / s_texture.h
index 388c2db08d7ab51ae8aa203f52c07e935869991b..b0c16083da1a2c286f6b24074653563e497df405 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_texture.h,v 1.14 2003/01/26 14:37:17 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,9 +36,8 @@ extern void
 _swrast_texture_table_lookup( const struct gl_color_table *table,
                               GLuint n, GLchan rgba[][4] );
 
-extern void
+extern texture_sample_func
 _swrast_choose_texture_sample_func( GLcontext *ctx,
-                                   GLuint texUnit,
                                    const struct gl_texture_object *tObj );