diff options
Diffstat (limited to 'gdb/completer.h')
-rw-r--r-- | gdb/completer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/completer.h b/gdb/completer.h index d6090f4..97eb9dd 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -50,8 +50,9 @@ extern char *gdb_completion_word_break_characters (void); /* Exported to linespec.c */ -extern char *skip_quoted_chars (char *, char *, char *); +extern const char *skip_quoted_chars (const char *, const char *, + const char *); -extern char *skip_quoted (char *); +extern const char *skip_quoted (const char *); #endif /* defined (COMPLETER_H) */ |