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

#ifndef _Included_hello_EchoJNI
#define _Included_hello_EchoJNI
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     hello_EchoJNI
 * Method:    sayEcho
 * Signature: (Ljava/lang/String;)Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_hello_EchoJNI_sayEcho
  (JNIEnv *, jclass, jstring);

#ifdef __cplusplus
}
#endif
#endif
