langtools/test/tools/javah/6257087/foo_bar.h
author jwilhelm
Thu, 07 Feb 2013 15:51:25 +0100
changeset 15605 bf7de87bbe3a
parent 10 06bc494ca11e
permissions -rw-r--r--
8006432: Ratio flags should be unsigned Summary: Flags changed to be of uintx type Reviewed-by: johnc, tamao

/* 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