< prev index next >

test/jdk/com/sun/tools/jextract/compare/globalFuncPointer_h.java

Print this page

        

@@ -33,11 +33,11 @@
 
 @NativeHeader(
     path="globalFuncPointer.h",
     globals={"u64(fp):(*)v"}
 )
-public interface globalFuncPointer {
+public interface globalFuncPointer_h {
     @NativeGetter("fp")
     Callback<FI1> fp$get();
     @NativeSetter("fp")
     void fp$set(Callback<FI1> fi1);
     @NativeAddressof("fp")
< prev index next >