diff options
| author | Jari Aalto <jari.aalto@cante.net> | 2002-07-17 14:10:11 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:55 +0000 |
| commit | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (patch) | |
| tree | b792f26ecca68813c51ed5ba2e381790758ef31b /bashhist.h | |
| parent | f73dda092b33638d2d5e9c35375f687a607b5403 (diff) | |
| download | android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.gz android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.tar.bz2 android_external_bash-7117c2d221b2aed4ede8600f6a36b7c1454b4f55.zip | |
Imported from ../bash-2.05b.tar.gz.
Diffstat (limited to 'bashhist.h')
| -rw-r--r-- | bashhist.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,7 @@ extern int history_lines_in_file; extern int history_expansion; extern int history_control; extern int command_oriented_history; +extern int current_command_first_line_saved; extern int hist_last_line_added; # if defined (BANG_HISTORY) @@ -46,6 +47,7 @@ extern int maybe_save_shell_history __P((void)); extern char *pre_process_line __P((char *, int, int)); extern void maybe_add_history __P((char *)); extern void bash_add_history __P((char *)); +extern int check_add_history __P((char *, int)); extern int history_number __P((void)); extern void setup_history_ignore __P((char *)); |
