* 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 (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,
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;