summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/t_imm_eval.h')
-rw-r--r--src/mesa/tnl/t_imm_eval.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_imm_eval.h b/src/mesa/tnl/t_imm_eval.h
index 951a93d896..341da51481 100644
--- a/src/mesa/tnl/t_imm_eval.h
+++ b/src/mesa/tnl/t_imm_eval.h
@@ -1,4 +1,4 @@
-/* $Id: t_imm_eval.h,v 1.2 2001/03/12 00:48:43 gareth Exp $ */
+/* $Id: t_imm_eval.h,v 1.3 2001/04/30 21:08:52 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -34,7 +34,6 @@
extern void _tnl_eval_init( void );
-extern void _tnl_eval_vb( GLcontext *ctx, GLfloat (*coord)[4],
- GLuint orflag, GLuint andflag );
+extern void _tnl_eval_immediate( GLcontext *ctx, struct immediate *IM );
#endif