XEmacs 21.2.33 "Melpomene".
[chise/xemacs-chise.git.1] / src / nt.h
index 89798e3..a20a68d 100644 (file)
--- a/src/nt.h
+++ b/src/nt.h
@@ -1,6 +1,3 @@
-#ifndef _NT_H_
-#define _NT_H_
-
 /* Support routines for the NT version of XEmacs.
    Copyright (C) 1994 Free Software Foundation, Inc.
 
@@ -26,6 +23,9 @@ Boston, MA 02111-1307, USA.  */
 
 /* #define FULL_DEBUG */
 
+#ifndef INCLUDED_nt_h_
+#define INCLUDED_nt_h_
+
 #ifdef DEBUG_XEMACS
 #define DebPrint(stuff) _DebPrint stuff
 #else
@@ -148,6 +148,6 @@ void set_process_dir (const char * dir);
 time_t convert_time (FILETIME ft);
 
 extern void init_ntproc ();
-extern void term_ntproc ();
+extern void term_ntproc (int unused);
 
-#endif /* _NT_H_ */
+#endif /* INCLUDED_nt_h_ */