Files
mars-flaim/xflaim/java/jni/xflaim_DbInfo.h
dsandersoremutah 71641f3519 Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@307 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:26:18 +00:00

22 lines
407 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class xflaim_DbInfo */
#ifndef _Included_xflaim_DbInfo
#define _Included_xflaim_DbInfo
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: xflaim_DbInfo
* Method: _release
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_xflaim_DbInfo__1release
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif