Removes conflicting definition.
This function is a part of Readline interface for a long time (with a different type).
This commit is contained in:
parent
d7c0628591
commit
43eb8f610f
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ static int prompt_active;
|
||||||
/* HACK: libreadline internals we need to access */
|
/* HACK: libreadline internals we need to access */
|
||||||
extern int _rl_vis_botlin;
|
extern int _rl_vis_botlin;
|
||||||
extern void _rl_move_vert(int);
|
extern void _rl_move_vert(int);
|
||||||
extern Function *rl_last_func;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
add_history_dedup(char *cmd)
|
add_history_dedup(char *cmd)
|
||||||
|
|
Loading…
Reference in a new issue