]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - input.c
commit bash-20070329 snapshot
[thirdparty/bash.git] / input.c
diff --git a/input.c b/input.c
index f6af14c276d18f37afc55ae7159f3c103f7475e4..7933da2f2ee3a5e385817e3b98b337c8dd7bac19 100644 (file)
--- a/input.c
+++ b/input.c
@@ -47,6 +47,8 @@
 extern int errno;
 #endif /* !errno */
 
+extern void termsig_handler __P((int));
+
 /* Functions to handle reading input on systems that don't restart read(2)
    if a signal is received. */