summary refs log tree commit diff
path: root/src/hetio.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-01-05 22:20:45 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2015-01-05 22:58:52 +1100
commitd0e170e595a024aa5e4ec53a30f833f07f8cb849 (patch)
treecdbc0eb57be5cdc6cd228befe03b82d4344742cf /src/hetio.h
parentinput: Make preadbuffer static (diff)
downloaddash-d0e170e595a024aa5e4ec53a30f833f07f8cb849.tar.gz
dash-d0e170e595a024aa5e4ec53a30f833f07f8cb849.zip
input: Remove HETIO
It hasn't been possible to build HETIO for over ten years.  So
let's just kill it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/hetio.h')
-rw-r--r--src/hetio.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/hetio.h b/src/hetio.h
deleted file mode 100644
index c3e915c..0000000
--- a/src/hetio.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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>
- *
- * 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.
- *
- * v 0.5  19990328	Initial release 
- *
- * Future plans: Simple file and path name completion. (like BASH)
- *
- */
-
-void hetio_init(void);
-int hetio_read_input(int fd);
-void hetio_reset_term(void);
-
-extern int hetio_inter;