summary refs log tree commit diff
path: root/bin/1sh/myhistedit.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-09 19:39:15 -0400
committerJune McEnroe <june@causal.agency>2020-03-09 20:01:30 -0400
commitaccab6ee102110213b1dc046fc3eba1945c20010 (patch)
tree5d1c5e94f827468ee215b5a41aac9b5321e4c9ce /bin/1sh/myhistedit.h
parentSource .editrc before applying -v or -e (diff)
downloadsrc-accab6ee102110213b1dc046fc3eba1945c20010.tar.gz
src-accab6ee102110213b1dc046fc3eba1945c20010.zip
Add HISTFILE history saving
Diffstat (limited to 'bin/1sh/myhistedit.h')
-rw-r--r--bin/1sh/myhistedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/1sh/myhistedit.h b/bin/1sh/myhistedit.h
index 3f1b4d64..e9a2be2c 100644
--- a/bin/1sh/myhistedit.h
+++ b/bin/1sh/myhistedit.h
@@ -39,6 +39,7 @@ extern EditLine *el;
 extern int displayhist;
 
 void histedit(void);
+void sethistfile(const char *);
 void sethistsize(const char *);
 void setterm(const char *);