Added prototype for reload_module.

This commit is contained in:
Guido van Rossum 1990-10-26 14:59:11 +00:00
parent 8d15b5d036
commit ed97f6aa04
1 changed files with 1 additions and 3 deletions

View File

@ -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));