aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.h
diff options
context:
space:
mode:
authorpgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-04 19:04:46 +0000
committerpgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-04 19:04:46 +0000
commit9ed75acbe404efb10d292f5b1cd3fa9988846dea (patch)
treefd76457b91cc91d8ae6091729f981acd1b321888 /shell/cmdedit.h
parent68d6abfa3b67065ed32c71798cceff7aeb6a7714 (diff)
downloadbusybox-w32-9ed75acbe404efb10d292f5b1cd3fa9988846dea.tar.gz
busybox-w32-9ed75acbe404efb10d292f5b1cd3fa9988846dea.tar.bz2
busybox-w32-9ed75acbe404efb10d292f5b1cd3fa9988846dea.zip
commiting:
0000025: vi-editing mode for ash git-svn-id: svn://busybox.net/trunk/busybox@11044 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 );
12void save_history ( const char *tofile ); 12void save_history ( const char *tofile );
13#endif 13#endif
14 14
15#if CONFIG_FEATURE_COMMAND_EDITING_VI
16void setvimode ( int viflag );
17#endif
18
15#endif /* CMDEDIT_H */ 19#endif /* CMDEDIT_H */