aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-03-31 12:02:20 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2014-03-31 12:02:20 +0200
commit43eb8f610f7796375419dc8d72df7a41c01c82af (patch)
tree5f4d9cc4219c957de4ddc28f76ccf575bc38adef /client
parentd7c0628591b802e202903b63fce53b6a422a3db2 (diff)
downloadbird-43eb8f610f7796375419dc8d72df7a41c01c82af.tar.gz
Removes conflicting definition.
This function is a part of Readline interface for a long time (with a different type).
Diffstat (limited to 'client')
-rw-r--r--client/birdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/birdc.c b/client/birdc.c
index bbe18331..6d4c86a9 100644
--- a/client/birdc.c
+++ b/client/birdc.c
@@ -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)