test/tools/javah/6257087/foo_bar.h

changeset 1
9a66ca7c79fa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javah/6257087/foo_bar.h	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +/* DO NOT EDIT THIS FILE - it is machine generated */
     1.5 +#include <jni.h>
     1.6 +/* Header for class foo_bar */
     1.7 +
     1.8 +#ifndef _Included_foo_bar
     1.9 +#define _Included_foo_bar
    1.10 +#ifdef __cplusplus
    1.11 +extern "C" {
    1.12 +#endif
    1.13 +/*
    1.14 + * Class:     foo_bar
    1.15 + * Method:    aardvark
    1.16 + * Signature: ()V
    1.17 + */
    1.18 +JNIEXPORT void JNICALL Java_foo_00024bar_aardvark
    1.19 +  (JNIEnv *, jobject);
    1.20 +
    1.21 +#ifdef __cplusplus
    1.22 +}
    1.23 +#endif
    1.24 +#endif

mercurial