blob: d406bf60d5cfd503e80836e73034ecf908b92d02 [file] [log] [blame]
/* Module support interface */
struct methodlist {
char *ml_name;
method ml_meth;
};
extern object *findmethod PROTO((struct methodlist *, object *, char *));
extern object *initmodule PROTO((char *, struct methodlist *));