commit | 293ee4d421cd55f4a3c014c1c26edf02f718cc83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 21:34:53 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 21:34:53 2004 +0000 |
tree | ae4856e718b752ea0c6c807912bfbb51967fae80 | |
parent | 741b07e0092eb6d7b81c9cbe149196c6cf9d5bbe [diff] [blame] |
updated for version 7.0021
diff --git a/src/proto/os_unix.pro b/src/proto/os_unix.pro index 9a3908b..6018c8f 100644 --- a/src/proto/os_unix.pro +++ b/src/proto/os_unix.pro
@@ -11,6 +11,7 @@ void mch_suspend __ARGS((void)); void mch_init __ARGS((void)); void reset_signals __ARGS((void)); +int handle_sighup __ARGS((int when)); int mch_check_win __ARGS((int argc, char **argv)); int mch_input_isatty __ARGS((void)); int mch_can_restore_title __ARGS((void));