summaryrefslogtreecommitdiff
path: root/src/mesa/shader/symbol_table.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-07-27 12:19:14 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-07-27 12:19:14 -0700
commit946ea82bff530ac7aa8f5ebe56704fde62e14e86 (patch)
tree83a1a8d844c2adea2fad43f2368ae0ecade43cd5 /src/mesa/shader/symbol_table.h
parent0044d3ba94f9041492ea90cf8961fd8b55daefda (diff)
Add destructor for symbol_table
Diffstat (limited to 'src/mesa/shader/symbol_table.h')
-rw-r--r--src/mesa/shader/symbol_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/symbol_table.h b/src/mesa/shader/symbol_table.h
index c543615761..0c054ef139 100644
--- a/src/mesa/shader/symbol_table.h
+++ b/src/mesa/shader/symbol_table.h
@@ -38,6 +38,7 @@ extern void *_mesa_symbol_table_find_symbol(
extern struct _mesa_symbol_table *_mesa_symbol_table_ctor(void);
+extern void _mesa_symbol_table_dtor(struct _mesa_symbol_table *);
extern struct _mesa_symbol_table_iterator *_mesa_symbol_table_iterator_ctor(
struct _mesa_symbol_table *table, int name_space, const char *name);