aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.h
blob: e776543d6d1dd331fd9006339d6515d7881d6c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Termios command line History and Editting for NetBSD sh (ash)
 * Copyright (c) 1999
 *      Main code:            Adam Rogoyski <rogoyski@cs.utexas.edu> 
 *      Etc:                  Dave Cinege <dcinege@psychosis.com>
 *      Adjusted for busybox: Erik Andersen <andersee@debian.org>
 *
 * 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);