From 3f11b1bf634536cb01d9913d1a3d10da5bf24541 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Thu, 4 Aug 2005 19:04:46 +0000 Subject: commiting: 0000025: vi-editing mode for ash --- shell/cmdedit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/cmdedit.h') 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 */ -- cgit v1.2.3