summary refs log tree commit diff
path: root/bin/cash/libedit/histedit.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-18 16:47:32 -0500
committerJune McEnroe <june@causal.agency>2019-01-18 16:47:32 -0500
commit51138625d23a39786d6c5a01cc39a55e5c9f5db5 (patch)
treeabe65b500019d9a4725bb5800cd20c1b7303ccb7 /bin/cash/libedit/histedit.h
parentUpdate gfx-cocoa constants for new macOS (diff)
downloadsrc-51138625d23a39786d6c5a01cc39a55e5c9f5db5.tar.gz
src-51138625d23a39786d6c5a01cc39a55e5c9f5db5.zip
Add H_SAVE_INCR function to libedit
Diffstat (limited to 'bin/cash/libedit/histedit.h')
-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 *);		*/