From 51138625d23a39786d6c5a01cc39a55e5c9f5db5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 18 Jan 2019 16:47:32 -0500 Subject: Add H_SAVE_INCR function to libedit --- bin/cash/libedit/histedit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/cash/libedit/histedit.h') diff --git a/bin/cash/libedit/histedit.h b/bin/cash/libedit/histedit.h index 9ea71899..a6bdee48 100644 --- a/bin/cash/libedit/histedit.h +++ b/bin/cash/libedit/histedit.h @@ -226,6 +226,8 @@ int history(History *, HistEvent *, int, ...); #define H_DELDATA 24 /* , int, histdata_t *);*/ #define H_REPLACE 25 /* , const char *, histdata_t); */ #define H_SAVE_FP 26 /* , FILE *); */ +#define H_SAVE_INCR 27 /* , const char *); */ +#define H_SAVE_FP_INCR 28 /* , FILE *); */ -- cgit 1.4.1