/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class hello_CallJNI */

#ifndef _Included_hello_CallJNI
#define _Included_hello_CallJNI
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     hello_CallJNI
 * Method:    doSomething
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_hello_CallJNI_doSomething
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif
