blob: 06fd02da93be4c77724f1652cba036937545a922 [file] [log] [blame]
Richard S. Halld9c80e42006-10-17 18:16:07 +00001/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class org_apache_felix_simple_Activator */
4
5#ifndef _Included_org_apache_felix_simple_Activator
6#define _Included_org_apache_felix_simple_Activator
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: org_apache_felix_simple_Activator
12 * Method: foo
13 * Signature: ()Ljava/lang/String;
14 */
15JNIEXPORT jstring JNICALL Java_org_apache_felix_simple_Activator_foo
16 (JNIEnv *, jobject);
17
18#ifdef __cplusplus
19}
20#endif
21#endif