From: Jack Jansen Date: Thu, 12 Oct 1995 10:23:27 +0000 (+0000) Subject: Added missing imgpbm and imgsgi modules X-Git-Tag: v1.3~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84c8baf04049c487ea5b6932e828d26d38304707;p=thirdparty%2FPython%2Fcpython.git Added missing imgpbm and imgsgi modules --- diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index 698e8408eab5..f13ab5499860 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -106,9 +106,11 @@ extern void initimgcolormap(); extern void initimgformat(); extern void initimggif(); extern void initimgjpeg(); +extern void initimgpbm(); extern void initimgppm(); extern void initimgpgm(); extern void initimgtiff(); +extern void initimgsgi(); extern void initimgop(); #endif @@ -178,9 +180,11 @@ struct { {"imgformat", initimgformat}, {"imggif", initimggif}, {"imgjpeg", initimgjpeg}, + {"imgpbm", initimgpbm}, {"imgppm", initimgppm}, {"imgpgm", initimgpgm}, {"imgtiff", initimgtiff}, + {"imgsgi", initimgsgi}, {"imgop", initimgop}, #endif