Coding style and const fixes to last PR

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2018-10-24 08:28:34 +02:00
parent cddd8d8de0
commit fbb1f8800a
4 changed files with 19 additions and 24 deletions

View File

@@ -77,7 +77,7 @@ extern char *rl_complete(char *token, int *match);
extern int rl_list_possib(char *token, char ***av);
extern char **rl_completion_matches(const char *token, rl_compentry_func_t *generator);
extern char *rl_filename_completion_function(const char *text, int state);
extern int rl_check_secret(char *source);
extern int rl_check_secret(const char *source);
/* For compatibility with FSF readline. */
extern int rl_point;