aboutsummaryrefslogtreecommitdiff
path: root/src/editline/readline.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-11-25 15:32:55 -0800
committerHaibo Huang <hhb@google.com>2019-11-25 15:34:35 -0800
commit892b8b381ae82ac3184900d989a516854d8b1197 (patch)
tree0d37bcbdabcdd0602b5444ceb0bb9af20a4496f3 /src/editline/readline.h
parent459326d0af95beb84e0c94da3bc63ba9d764b3ea (diff)
downloadlibedit-llvm-r487747.tar.gz
Test: build Change-Id: I35977af76e0a89667a1858cffb1f1cb019ba4899
Diffstat (limited to 'src/editline/readline.h')
-rw-r--r--src/editline/readline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editline/readline.h b/src/editline/readline.h
index 5f101e7..7e53f41 100644
--- a/src/editline/readline.h
+++ b/src/editline/readline.h
@@ -1,4 +1,4 @@
-/* $NetBSD: readline.h,v 1.45 2019/02/15 23:20:35 christos Exp $ */
+/* $NetBSD: readline.h,v 1.46 2019/06/07 15:19:29 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -108,7 +108,7 @@ extern int history_base, history_length;
extern int max_input_history;
extern const char *rl_basic_word_break_characters;
extern char *rl_completer_word_break_characters;
-extern char *rl_completer_quote_characters;
+extern const char *rl_completer_quote_characters;
extern rl_compentry_func_t *rl_completion_entry_function;
extern char *(*rl_completion_word_break_hook)(void);
extern rl_completion_func_t *rl_attempted_completion_function;