i965/blorp: Pull the guts of resolve_color into a miptree-agnostic helper
[mesa.git] / src / mesa / program / prog_cache.h
index fdd7e264b5e73c4e8090c1b3612d7f3ef7585c17..e37f1d7be71c720269bd3604019c58c0397687dc 100644 (file)
 
 #include "main/glheader.h"
 
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
 struct gl_context;
 
 /** Opaque type */
@@ -65,4 +71,9 @@ _mesa_shader_cache_insert(struct gl_context *ctx,
                          struct gl_shader_program *program);
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* PROG_CACHE_H */