summaryrefslogtreecommitdiff
path: root/include/java_net_InetAddress.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/java_net_InetAddress.h')
-rw-r--r--include/java_net_InetAddress.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/java_net_InetAddress.h b/include/java_net_InetAddress.h
new file mode 100644
index 000000000..53e5daab9
--- /dev/null
+++ b/include/java_net_InetAddress.h
@@ -0,0 +1,22 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+
+#ifndef __java_net_InetAddress__
+#define __java_net_InetAddress__
+
+#include <jni.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+extern jstring Java_java_net_InetAddress_getLocalHostName (JNIEnv *env, jclass);
+extern jintArray Java_java_net_InetAddress_lookupInaddrAny (JNIEnv *env, jclass);
+extern jstring Java_java_net_InetAddress_getHostByAddr (JNIEnv *env, jclass, jintArray);
+extern jintArray Java_java_net_InetAddress_getHostByName (JNIEnv *env, jclass, jstring);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __java_net_InetAddress__ */