Index: src/winhugs/IORemap.h
===================================================================
RCS file: /cvs/hugs98/src/winhugs/IORemap.h,v
retrieving revision 1.1
diff -u -r1.1 IORemap.h
--- src/winhugs/IORemap.h	1 Sep 2005 12:22:19 -0000	1.1
+++ src/winhugs/IORemap.h	2 Sep 2005 10:29:09 -0000
@@ -4,6 +4,8 @@
 void ErrorBox(const char* Msg);
 void InfoBox(const char* Msg);
 
+void WinHugsExit();
+
 extern int InAutoReloadFiles;
 void SetWorkingDir(const char* Src);
 void startEvaluatorThread();
Index: src/winhugs/StartCode.c
===================================================================
RCS file: /cvs/hugs98/src/winhugs/StartCode.c,v
retrieving revision 1.1
diff -u -r1.1 StartCode.c
--- src/winhugs/StartCode.c	1 Sep 2005 12:22:19 -0000	1.1
+++ src/winhugs/StartCode.c	2 Sep 2005 10:28:47 -0000
@@ -136,7 +136,7 @@
     MessageBox(hThisWindow, Msg, appName, MB_ICONINFORMATION | MB_OK);
 }
 
-void KillWindow()
+void WinHugsExit()
 {
     DestroyWindow(hThisWindow);
 }
