Commit 43eb8f61 authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

Removes conflicting definition.

This function is a part of Readline interface for a long time
(with a different type).
parent d7c06285
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ static int prompt_active;
/* HACK: libreadline internals we need to access */
extern int _rl_vis_botlin;
extern void _rl_move_vert(int);
extern Function *rl_last_func;

static void
add_history_dedup(char *cmd)