From fe90ba4402af012f41f0ff6dd2a5b355c2d62082 Mon Sep 17 00:00:00 2001 From: Tomasz Zarna Date: Wed, 3 Sep 2008 09:36:36 +0000 Subject: bug 245850: [Net] Header generated for JNI from UnixProxyProvider is missing --- bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c') diff --git a/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c b/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c index 1811952bf..37209d563 100644 --- a/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c +++ b/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c @@ -23,6 +23,8 @@ #include #endif +#include "gnomeproxy.h" + static GConfClient *client= NULL; static jclass proxyInfoClass; @@ -37,6 +39,11 @@ static jmethodID passwordMethod; #define CHECK_NULL(X) { if ((X) == NULL) fprintf (stderr,"JNI error at line %d\n", __LINE__); } +/* + * Class: org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider + * Method: gconfInit + * Signature: ()V + */ JNIEXPORT void JNICALL Java_org_eclipse_core_internal_net_proxy_unix_UnixProxyProvider_gconfInit( JNIEnv *env, jclass clazz) { -- cgit v1.2.3