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

Skip to content

Commit 6f7b959

Browse files
committed
Expoer "marshal" module.
1 parent 4ed1ad5 commit 6f7b959

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Modules/config.c.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ extern void initregexp();
128128
extern void initposix();
129129
extern void initpwd();
130130
extern void initgrp();
131+
extern void initmarshal();
132+
131133
#ifdef USE_AUDIO
132134
extern void initaudio();
133135
#endif
@@ -160,6 +162,7 @@ struct {
160162
{"posix", initposix},
161163
{"pwd", initpwd},
162164
{"grp", initgrp},
165+
{"marshal", initmarshal},
163166

164167

165168
/* Optional modules */

0 commit comments

Comments
 (0)