From a325dd6b1d711cdfa97279ba485ca05c769c9b5a Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 15 Jan 2019 23:37:38 -0500 Subject: Add basic HISTFILE load and save --- bin/cash/myhistedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/cash/myhistedit.h') diff --git a/bin/cash/myhistedit.h b/bin/cash/myhistedit.h index 8f1305ad..6eebe521 100644 --- a/bin/cash/myhistedit.h +++ b/bin/cash/myhistedit.h @@ -39,6 +39,7 @@ extern EditLine *el; extern int displayhist; void histedit(void); +void sethistfile(const char *); void sethistsize(const char *); void setpslit(const char *); void setterm(const char *); -- cgit 1.4.1