Expoer "marshal" module.
This commit is contained in:
parent
4ed1ad5355
commit
6f7b9598b5
|
@ -128,6 +128,8 @@ extern void initregexp();
|
|||
extern void initposix();
|
||||
extern void initpwd();
|
||||
extern void initgrp();
|
||||
extern void initmarshal();
|
||||
|
||||
#ifdef USE_AUDIO
|
||||
extern void initaudio();
|
||||
#endif
|
||||
|
@ -160,6 +162,7 @@ struct {
|
|||
{"posix", initposix},
|
||||
{"pwd", initpwd},
|
||||
{"grp", initgrp},
|
||||
{"marshal", initmarshal},
|
||||
|
||||
|
||||
/* Optional modules */
|
||||
|
|
Loading…
Reference in New Issue