Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / linespec.h
index 5520afa67527b5fc7becf20fd8bdb6c84f30f97f..7e66024cf56c4a94e5738787753f7b679ced82f4 100644 (file)
@@ -152,4 +152,8 @@ extern struct symtabs_and_lines decode_line_with_current_source (char *, int);
 
 extern struct symtabs_and_lines decode_line_with_last_displayed (char *, int);
 
+/* Does P represent one of the keywords?  If so, return
+   the keyword.  If not, return NULL.  */
+
+extern const char *linespec_lexer_lex_keyword (const char *p);
 #endif /* defined (LINESPEC_H) */
This page took 0.022929 seconds and 4 git commands to generate.