mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
Imported from ../bash-2.01.tar.gz.
This commit is contained in:
@@ -27,6 +27,7 @@ extern int history_lines_in_file;
|
||||
extern int history_expansion;
|
||||
extern int history_control;
|
||||
extern int command_oriented_history;
|
||||
extern int hist_last_line_added;
|
||||
|
||||
# if defined (BANG_HISTORY)
|
||||
extern int history_expansion_inhibited;
|
||||
@@ -43,6 +44,7 @@ extern int maybe_save_shell_history ();
|
||||
extern char *pre_process_line ();
|
||||
extern int history_number ();
|
||||
extern void maybe_add_history ();
|
||||
extern void bash_add_history ();
|
||||
|
||||
extern void setup_history_ignore ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user