use tnl_emit_func, it's safer
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c
index d96c6f5..b2367d4 100644
--- a/src/mesa/drivers/glide/fxvb.c
+++ b/src/mesa/drivers/glide/fxvb.c
@@ -69,10 +69,10 @@
 }
 
 static struct {
-   void               (*emit)( GLcontext *, GLuint, GLuint, void * );
+   tnl_emit_func	emit;
    tnl_copy_pv_func	copy_pv;
    tnl_interp_func	interp;
-   GLboolean          (*check_tex_sizes)( GLcontext *ctx );
+   GLboolean	      (*check_tex_sizes)( GLcontext *ctx );
    GLuint               vertex_format;
 } setup_tab[MAX_SETUP];