/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of SableVM. * * See the file "LICENSE" for Copyright information and the * * terms and conditions for copying, distribution and * * modification of SableVM. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef SVM_VERIFIER_H #define SVM_VERIFIER_H jint _svmf_verifier_pass_2 (_svmt_JNIEnv *env, _svmt_class_info *class); #endif /* NOT SVM_VERIFIER_H */