diff options
Diffstat (limited to 'gdb/regex.h')
-rw-r--r-- | gdb/regex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/regex.h b/gdb/regex.h index 6348c3e..a4ed6d3 100644 --- a/gdb/regex.h +++ b/gdb/regex.h @@ -177,3 +177,5 @@ extern int re_exec (); #ifdef SYNTAX_TABLE extern char *re_syntax_table; #endif + +extern int re_set_syntax (); |