added _tnl_ProgramCacheDestroy() prototype
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:56 +0000 (00:30 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:56 +0000 (00:30 +0000)
src/mesa/tnl/t_vp_build.h

index 8a6697675509c22188284683192a65e789f16dbb..83e685b1ae4142241258fb1cf15d869e05ca9119 100644 (file)
@@ -30,4 +30,6 @@
 
 extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx );
 
+extern void _tnl_ProgramCacheDestroy( GLcontext *ctx );
+
 #endif