* ada-lang.c: Update throughout to use symbol_matches_domain
[deliverable/binutils-gdb.git] / gdb / symtab.h
index cfdd2a465ff0f9be7a220a6a6148a47a29857456..ef8cade3a2efc2eec5e9c934c8ee404f25248ebf 100644 (file)
@@ -998,6 +998,10 @@ extern const char multiple_symbols_cancel[];
 
 const char *multiple_symbols_select_mode (void);
 
+int symbol_matches_domain (enum language symbol_language, 
+                          domain_enum symbol_domain,
+                          domain_enum domain);
+
 /* lookup a symbol table by source file name */
 
 extern struct symtab *lookup_symtab (const char *);
This page took 0.022951 seconds and 4 git commands to generate.