Revert "Coding style and const fixes to last PR"

This reverts commit fbb1f8800a.
This commit is contained in:
Joachim Nilsson
2018-11-15 10:26:03 +01:00
parent fbb1f8800a
commit 66d8ae84e2
4 changed files with 24 additions and 19 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(const char *source);
extern int rl_check_secret(char *source);
/* For compatibility with FSF readline. */
extern int rl_point;