src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
    83     (*env)->ReleasePrimitiveArrayCritical(env, blockh, block, 0)
    83     (*env)->ReleasePrimitiveArrayCritical(env, blockh, block, 0)
    84 
    84 
    85 /* Place holders for the old native interface. */
    85 /* Place holders for the old native interface. */
    86 
    86 
    87 long
    87 long
    88 sun_awt_image_GifImageDecoder_parseImage()
    88 sun_awt_image_GifImageDecoder_parseImage(void)
    89 {
    89 {
    90   return 0;
    90   return 0;
    91 }
    91 }
    92 
    92 
    93 void
    93 void
    94 sun_awt_image_GifImageDecoder_initIDs()
    94 sun_awt_image_GifImageDecoder_initIDs(void)
    95 {
    95 {
    96 }
    96 }
    97 
    97 
    98 static jmethodID readID;
    98 static jmethodID readID;
    99 static jmethodID sendID;
    99 static jmethodID sendID;