rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit e4daa594ed4b2a499e4e5f41e60c66870aae1566
parent 3d90bedddc3efd85bbb5f30e2b8976e4fbb2045b
Author: tgoodwin <tgoodwin>
Date:   Mon, 19 Oct 1998 15:01:17 +0000

add prototype for add_history when doing editline

Diffstat:
Mrc.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/rc.h b/rc.h @@ -364,6 +364,7 @@ extern struct Jbwrap rl_buf; #if EDITLINE extern char *readline(char *); +extern void add_history(char *); #define rc_readline readline #endif