mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added prototype for reload_module.
This commit is contained in:
parent
8d15b5d036
commit
ed97f6aa04
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
/* Module definition and import interface */
|
/* Module definition and import interface */
|
||||||
|
|
||||||
void init_modules PROTO(());
|
|
||||||
void close_modules PROTO(());
|
|
||||||
object *new_module PROTO((char *name));
|
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 *import_module PROTO((struct _context *ctx, char *name));
|
||||||
|
object *reload_module PROTO((struct _context *ctx, object *m));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue