diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-03-31 12:02:20 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-03-31 12:02:20 +0200 |
commit | 43eb8f610f7796375419dc8d72df7a41c01c82af (patch) | |
tree | 5f4d9cc4219c957de4ddc28f76ccf575bc38adef /client | |
parent | d7c0628591b802e202903b63fce53b6a422a3db2 (diff) |
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.c | 1 |
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) |