Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed97f6a

Browse files
committed
Added prototype for reload_module.
1 parent 8d15b5d commit ed97f6a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Include/import.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/* Module definition and import interface */
22

3-
void init_modules PROTO(());
4-
void close_modules PROTO(());
53
object *new_module PROTO((char *name));
6-
void define_module PROTO((struct _context *ctx, char *name));
74
object *import_module PROTO((struct _context *ctx, char *name));
5+
object *reload_module PROTO((struct _context *ctx, object *m));

0 commit comments

Comments
 (0)