blob: cdeb3d1f4903f940e40a8fff2a35708afef708cb (
plain)
1
2
3
4
5
|
/* Module definition and import interface */
object *new_module PROTO((char *name));
object *import_module PROTO((struct _context *ctx, char *name));
object *reload_module PROTO((struct _context *ctx, object *m));
|