langtools/test/tools/javah/6257087/foo_bar.h
author alanb
Fri, 22 Feb 2013 14:04:06 +0000
changeset 16023 58ecc1b8327b
parent 10 06bc494ca11e
permissions -rw-r--r--
8008290: (profiles) Startup regression due to additional checking of JAR file manifests Reviewed-by: lancea, chegar, iris, mchung, sherman

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class foo_bar */

#ifndef _Included_foo_bar
#define _Included_foo_bar
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     foo_bar
 * Method:    aardvark
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_foo_00024bar_aardvark
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif