From 397088ff5e904d5cb0fbff1f58fbd0d2bb498302 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 27 Jun 2005 00:30:56 +0000 Subject: [PATCH] added _tnl_ProgramCacheDestroy() prototype --- src/mesa/tnl/t_vp_build.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h index 8a669767550..83e685b1ae4 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 -- 2.30.2