aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.h
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-08-04 19:04:46 +0000
committerPaul Fox <pgf@brightstareng.com>2005-08-04 19:04:46 +0000
commit3f11b1bf634536cb01d9913d1a3d10da5bf24541 (patch)
treefd76457b91cc91d8ae6091729f981acd1b321888 /shell/cmdedit.h
parent8eeb655661a0d59be478681425682543b228b5a1 (diff)
downloadbusybox-3f11b1bf634536cb01d9913d1a3d10da5bf24541.tar.gz
commiting:
0000025: vi-editing mode for ash
Diffstat (limited to 'shell/cmdedit.h')
-rw-r--r--shell/cmdedit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h
index 4c0c09d76..f8482f4a7 100644
--- a/shell/cmdedit.h
+++ b/shell/cmdedit.h
@@ -12,4 +12,8 @@ void load_history ( const char *fromfile );
void save_history ( const char *tofile );
#endif
+#if CONFIG_FEATURE_COMMAND_EDITING_VI
+void setvimode ( int viflag );
+#endif
+
#endif /* CMDEDIT_H */