summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.h')
-rw-r--r--src/mesa/state_tracker/st_cb_program.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h
index 45dc753dff..0de96f2fd2 100644
--- a/src/mesa/state_tracker/st_cb_program.h
+++ b/src/mesa/state_tracker/st_cb_program.h
@@ -32,5 +32,8 @@
extern void
st_init_program_functions(struct dd_function_table *functions);
+extern void
+st_delete_program(GLcontext *ctx, struct gl_program *prog);
+
#endif