extern void init_sha256(void);
extern void init_sha512(void);
extern void initstrop(void);
-extern void initstruct(void);
extern void inittime(void);
extern void initthread(void);
extern void initcStringIO(void);
extern void init_sre(void);
extern void initparser(void);
extern void init_winreg(void);
+extern void init_struct(void);
extern void initdatetime(void);
extern void initfunctional(void);
extern void initzlib(void);
{"_sha256", init_sha256},
{"_sha512", init_sha512},
{"strop", initstrop},
- {"struct", initstruct},
{"time", inittime},
#ifdef WITH_THREAD
{"thread", initthread},
{"_sre", init_sre},
{"parser", initparser},
{"_winreg", init_winreg},
+ {"_struct", init_struct},
{"datetime", initdatetime},
{"functional", initfunctional},
<File
RelativePath="..\Modules\_bisectmodule.c">
</File>
+ <File
+ RelativePath="..\Modules\_struct.c">
+ </File>
<File
RelativePath="..\Modules\cjkcodecs\_codecs_cn.c">
</File>
<File
RelativePath="..\Python\structmember.c">
</File>
- <File
- RelativePath="..\Modules\structmodule.c">
- </File>
<File
RelativePath="..\Objects\structseq.c">
</File>