From 397088ff5e904d5cb0fbff1f58fbd0d2bb498302 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 27 Jun 2005 00:30:56 +0000 Subject: added _tnl_ProgramCacheDestroy() prototype --- src/mesa/tnl/t_vp_build.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/tnl/t_vp_build.h') diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h index 8a66976755..83e685b1ae 100644 --- a/src/mesa/tnl/t_vp_build.h +++ b/src/mesa/tnl/t_vp_build.h @@ -30,4 +30,6 @@ extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx ); +extern void _tnl_ProgramCacheDestroy( GLcontext *ctx ); + #endif -- cgit v1.2.3