repo.or.cz
/
pkg-k5-afs_openafs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git]
/
src
/
JAVA
/
libjafs
/
GetNativeString.h
blob
7546982031f9146c580e7194d970f1a19fabdef3
1
2
#include <jni.h>
3
#include <stdlib.h>
4
5
char
*
GetNativeString
(
JNIEnv
*
env
,
jstring jstr
);
6
jstring
GetJavaString
(
JNIEnv
*
env
,
char
*);