Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r--shell/cmdedit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h
index 83893572a..045588dc1 100644
--- a/shell/cmdedit.h
+++ b/shell/cmdedit.h
@@ -3,4 +3,7 @@
int cmdedit_read_input(char* promptStr, char* command);
+void load_history ( char *fromfile );
+void save_history ( char *tofile );
+
#endif /* CMDEDIT_H */