summary refs log tree commit diff
path: root/bin/cash/libedit/histedit.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/cash/libedit/histedit.h2
1 files changed, 2 insertions, 0 deletions
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 *);		*/
 
 
 
/src/commit/bin/cash/histedit.c?id=4ec42616876188657fde1230f7c2ccd8396f18b1&follow=1'>Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe