ext/rjb.h in rjb-1.1.2 vs ext/rjb.h in rjb-1.1.3
- old
+ new
@@ -10,11 +10,11 @@
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * $Id: rjb.h 53 2008-01-09 11:13:33Z arton $
+ * $Id: rjb.h 64 2008-03-05 14:24:22Z kuwa1 $
* $Log: rjb.h,v $
* Revision 1.1 2005/01/16 17:36:10 arton
* Initial revision
*
*
@@ -66,9 +66,10 @@
extern jclass rjb_j_throwable;
extern jmethodID rjb_throwable_getMessage;
extern JNIEnv* rjb_attach_current_thread(void);
extern jclass rjb_find_class(JNIEnv* jenv, VALUE name);
extern void rjb_release_string(JNIEnv *jenv, jstring str, const char* chrs);
+extern VALUE rjb_load_vm_default();
/* in rjbexception.c */
extern VALUE rjb_get_exception_class(JNIEnv* jenv, jstring str);
extern void rjb_check_exception(JNIEnv* jenv, int t);
extern VALUE rjb_s_throw(int, VALUE*, VALUE);