Tom Tromey <[EMAIL PROTECTED]> writes: > >>>>> "Brian" == Brian Jones <[EMAIL PROTECTED]> writes: > > Brian> I was wondering if any of you have great ideas for how to > Brian> handle these opaque structures defined in a typical jni.h. > Brian> typedef struct _jfieldID *jfieldID; > Brian> typedef struct _jmethodID *jmethodID; > > Just define them as `void *'. > Or define them the way you have them now.
Okay. -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

