x86_64 section
[cacao.git] / main.h
diff --git a/main.h b/main.h
index 73bce0b9b394b959eebfd5c31319bee7bce0d013..35fc370bd70f8dbaa9183982f16aa3e7f99aeff9 100644 (file)
--- a/main.h
+++ b/main.h
@@ -1,4 +1,4 @@
-/* main.c - main header, contains global variables
+/* main.h - main header, contains global variables
 
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    Institut f. Computersprachen, TU Wien
@@ -27,7 +27,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: main.h 581 2003-11-09 19:08:49Z twisti $
+   $Id: main.h 1359 2004-07-28 10:48:36Z twisti $
 
 */
 
 
 #include "global.h"
 
+
 /* global variables */
-extern bool compileall;
-extern bool verbose;
-extern bool runverbose;
-extern bool collectverbose;
+
+extern char *classpath;
+extern char *mainstring;    /* class.method with main method */
+
+
+/* function prototypes */
+
+void cacao_exit(s4 status);
+void cacao_shutdown(s4 status);
 
 #endif /* _MAIN_H */