2001-07-16 Elena Zannoni <ezannoni@redhat.com>

* top.c (show_commands): Remove extern decl of history_get, it's
	already in readline/history.h.
This commit is contained in:
Elena Zannoni 2001-07-16 15:50:51 +00:00
parent 210661e72f
commit 314b6fb79a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
* top.c (show_commands): Remove extern decl of history_get, it's
already in readline/history.h.
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
* top.c (is_complete_command, init_cmd_lists, init_cli_cmds,

View File

@ -1642,8 +1642,6 @@ show_commands (char *args, int from_tty)
than the number of the last command). Relative to history_base. */
int hist_len;
extern HIST_ENTRY *history_get (int);
/* Print out some of the commands from the command history. */
/* First determine the length of the history list. */
hist_len = history_size;