From 13456d1fcd0122d8464c3c3e1c356d86a56e6c08 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 16 Mar 2000 08:09:57 +0000 Subject: Forgot these files... -Erik --- shell/cmdedit.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 shell/cmdedit.h (limited to 'shell/cmdedit.h') diff --git a/shell/cmdedit.h b/shell/cmdedit.h new file mode 100644 index 0000000..e776543 --- /dev/null +++ b/shell/cmdedit.h @@ -0,0 +1,17 @@ +/* + * Termios command line History and Editting for NetBSD sh (ash) + * Copyright (c) 1999 + * Main code: Adam Rogoyski + * Etc: Dave Cinege + * Adjusted for busybox: Erik Andersen + * + * You may use this code as you wish, so long as the original author(s) + * are attributed in any redistributions of the source code. + * This code is 'as is' with no warranty. + * This code may safely be consumed by a BSD or GPL license. + * + */ + +extern int cmdedit_read_input(int inputFd, int outputFd, char command[BUFSIZ]); +extern void cmdedit_init(void); + -- cgit v1.1