mirror of
https://github.com/troglobit/editline.git
synced 2025-09-15 15:58:11 +08:00
More build fixes, some code cleanup and untabify.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
/* Assign these to get command completion, see cli.c for
|
||||
* example usage. */
|
||||
char *(*rl_complete)(char *token, int *match);
|
||||
int (*rl_list_possib)(char *token, char ***av);
|
||||
extern char *(*rl_complete)(char *token, int *match);
|
||||
extern int (*rl_list_possib)(char *token, char ***av);
|
||||
|
||||
/*
|
||||
** For compatibility with FSF readline.
|
||||
|
Reference in New Issue
Block a user