Added prototype for reload_module.
This commit is contained in:
parent
8d15b5d036
commit
ed97f6aa04
|
@ -1,7 +1,5 @@
|
|||
/* Module definition and import interface */
|
||||
|
||||
void init_modules PROTO(());
|
||||
void close_modules PROTO(());
|
||||
object *new_module PROTO((char *name));
|
||||
void define_module PROTO((struct _context *ctx, char *name));
|
||||
object *import_module PROTO((struct _context *ctx, char *name));
|
||||
object *reload_module PROTO((struct _context *ctx, object *m));
|
||||
|
|
Loading…
Reference in New Issue