< prev index next >

src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c

Print this page
rev 49551 : 8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations

*** 76,86 **** #include "mlib_ImageCheck.h" #include "mlib_ImageLookUp.h" #include "mlib_c_ImageLookUp.h" /***************************************************************/ ! mlib_status mlib_ImageLookUp(mlib_image *dst, const mlib_image *src, const void **table) { mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; mlib_type stype, dtype; --- 76,86 ---- #include "mlib_ImageCheck.h" #include "mlib_ImageLookUp.h" #include "mlib_c_ImageLookUp.h" /***************************************************************/ ! JNIEXPORT mlib_status JNICALL mlib_ImageLookUp(mlib_image *dst, const mlib_image *src, const void **table) { mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; mlib_type stype, dtype;
< prev index next >