]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added missing imgpbm and imgsgi modules
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Oct 1995 10:23:27 +0000 (10:23 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 12 Oct 1995 10:23:27 +0000 (10:23 +0000)
Mac/Modules/config.c

index 698e8408eab5de4cd9506418265f22a234d86384..f13ab5499860c92cc868f438f38b5e64d6789e43 100644 (file)
@@ -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