Magellan Linux

Contents of /tags/mkinitrd-6_1_12/klibc/usr/dash/hetio.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 939 - (show annotations) (download)
Tue Nov 17 21:24:51 2009 UTC (14 years, 10 months ago) by niro
File MIME type: text/plain
File size: 650 byte(s)
tagged 'mkinitrd-6_1_12'
1 /*
2 * Termios command line History and Editting for NetBSD sh (ash)
3 * Copyright (c) 1999
4 * Main code: Adam Rogoyski <rogoyski@cs.utexas.edu>
5 * Etc: Dave Cinege <dcinege@psychosis.com>
6 *
7 * You may use this code as you wish, so long as the original author(s)
8 * are attributed in any redistributions of the source code.
9 * This code is 'as is' with no warranty.
10 * This code may safely be consumed by a BSD or GPL license.
11 *
12 * v 0.5 19990328 Initial release
13 *
14 * Future plans: Simple file and path name completion. (like BASH)
15 *
16 */
17
18 void hetio_init(void);
19 int hetio_read_input(int fd);
20 void hetio_reset_term(void);
21
22 extern int hetio_inter;