Files
mars-flaim/xflaim/java/jni/xflaim_LockUser.h
dsandersoremutah 6e080deb8f Added more methods for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@750 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-08 20:55:27 +00:00

22 lines
405 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class xflaim_LockUser */
#ifndef _Included_xflaim_LockUser
#define _Included_xflaim_LockUser
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: xflaim_LockUser
* Method: initIDs
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_xflaim_LockUser_initIDs
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif