Merge remote branch 'origin/master' into glsl2
[mesa.git] / src / mesa / program / symbol_table.h
index 0c054ef13967842eae26ade55ebe29eda0b662f4..1d570fc1a09ecfe4364c832076280296c31a876d 100644 (file)
@@ -33,6 +33,9 @@ extern void _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table);
 extern int _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *symtab,
     int name_space, const char *name, void *declaration);
 
+extern int _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table,
+    int name_space, const char *name);
+
 extern void *_mesa_symbol_table_find_symbol(
     struct _mesa_symbol_table *symtab, int name_space, const char *name);