diff options
Diffstat (limited to 'gdb/completer.h')
-rw-r--r-- | gdb/completer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/completer.h b/gdb/completer.h index 7a96951..b0cb488 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -37,8 +37,8 @@ extern char *get_gdb_completer_quote_characters (void); /* Exported to linespec.c */ -extern char *skip_quoted_chars (char *, char *, char *); +extern const char *skip_quoted_chars (const char *, char *, char *); -extern char *skip_quoted (char *); +extern const char *skip_quoted (const char *); #endif /* defined (COMPLETER_H) */ |