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

#ifndef _Included_dll
#define _Included_dll
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     dll
 * Method:    CgetParam
 * Signature: ()J
 */
JNIEXPORT jlong JNICALL Java_dll_CgetParam
  (JNIEnv *, jobject);

/*
 * Class:     dll
 * Method:    CsetParam
 * Signature: (J)V
 */
JNIEXPORT void JNICALL Java_dll_CsetParam
  (JNIEnv *, jobject, jlong);

#ifdef __cplusplus
}
#endif
#endif
