* src/native/vm/nativevm.cpp (nativevm_init): Return boolean to indicate error.
[cacao.git] / src / native / vm / nativevm.hpp
index 826643f6104b67d7728db8e578cee325d61781ba..9f651a6cec99c0b7de0b6531dc69fbb7882241af 100644 (file)
@@ -31,7 +31,7 @@
 /* function prototypes ********************************************************/
 
 void nativevm_preinit(void);
-void nativevm_init(void);
+bool nativevm_init(void);
 
 #if defined(ENABLE_JAVASE)
 # if defined(WITH_JAVA_RUNTIME_LIBRARY_GNU_CLASSPATH)