summaryrefslogtreecommitdiff
path: root/Include/import.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/import.h')
-rw-r--r--Include/import.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Include/import.h b/Include/import.h
index 39f6d9620b..c934fe59ae 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -1,6 +1,6 @@
/***********************************************************
-Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The
-Netherlands.
+Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum,
+Amsterdam, The Netherlands.
All Rights Reserved
@@ -29,3 +29,8 @@ object *add_module PROTO((char *name));
object *import_module PROTO((char *name));
object *reload_module PROTO((object *m));
void doneimport PROTO((void));
+
+extern struct {
+ char *name;
+ void (*initfunc)();
+} inittab[];