[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] kentry.h:load_modules
I'm currently compiling XaAES with the current MiNT-source from cvs and
come to some discrepancies:
In mint/kentry.h now the prototype for load_modules is:
void _cdecl (*load_modules)(const char *path,
const char *ext,
long _cdecl (*loader)(struct basepage *, const char *, short
*));
while it was
void _cdecl (*load_modules)(const char *path,
const char *ext,
long _cdecl (*loader)(struct basepage *, const char *, short
*, short *));
before. The last short* for loader() is for subclass, which is used in one
instance in XaAES. Has this been forgotten, or is it intentionally?
-Helmut