replace 3 files and add 1 prototype

Changes to be committed:
	modified:   include/extern.h
	modified:   src/apply.c
	modified:   src/sys.c
	modified:   win/tty/wintty.c

The 3 files appeared to be missing sections. The erronoeous
versions have been emailed to the win32 team to determine
their fate.

Adds a missing prototype also.
This commit is contained in:
nhmall
2015-04-06 10:41:10 -04:00
parent b4142b5894
commit 4494b328f0
4 changed files with 10 additions and 262 deletions

View File

@@ -742,6 +742,7 @@ E boolean NDECL(recover_savefile);
#ifdef SYSCF_FILE
E void NDECL(assure_syscf_file);
#endif
E int FDECL(nhclose, (int));
#ifdef HOLD_LOCKFILE_OPEN
E void NDECL(really_close);
#endif