]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removes conflicting definition.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 Mar 2014 10:02:20 +0000 (12:02 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 Mar 2014 10:02:20 +0000 (12:02 +0200)
This function is a part of Readline interface for a long time
(with a different type).

client/birdc.c

index bbe18331bda8be1203aa0e7101a9072a8ff90aa9..6d4c86a97a2a9e138f6a10377d73c7c8b69d21ae 100644 (file)
@@ -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)