Etienne Gagnon wrote:
> I would be interested in using your code if it was licensed under the
> less restrictive LGPL. Some people even suggested that it would be
> very nice of you if you could put this code in the public domain, so
> that any jvm, regardless of license, would be able to use it...
Oops, sorry - forgot to include this part from the header file:
struct _jc_zip_entry {
char *name;
jshort method;
jint comp_len;
jint uncomp_len;
jint crc;
off_t offset;
};
struct _jc_zip {
int fd;
char *path;
int num_entries;
_jc_zip_entry *entries;
};
-Archie
__________________________________________________________________________
Archie Cobbs * Halloo Communications * http://www.halloo.com
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath