X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bashhist.h;h=0a01d691eabb0bf0ecc4c8e93375e090749fb37c;hb=95732b497d12c98613bb3c5db16b61f377501a59;hp=a4edb50527750c61963d9327d1fb595f91a85a64;hpb=eb87367179effbe5f430236db8259006d71438b7;p=platform%2Fupstream%2Fbash.git diff --git a/bashhist.h b/bashhist.h index a4edb50..0a01d69 100644 --- a/bashhist.h +++ b/bashhist.h @@ -38,6 +38,7 @@ extern int history_control; extern int command_oriented_history; extern int current_command_first_line_saved; extern int hist_last_line_added; +extern int hist_last_line_pushed; # if defined (BANG_HISTORY) extern int history_expansion_inhibited;