]> granicus.if.org Git - python/commitdiff
Added imgpng
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Jan 1997 15:47:08 +0000 (15:47 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 30 Jan 1997 15:47:08 +0000 (15:47 +0000)
Mac/Modules/config.c

index 8dc8b8ac8fcfc3d069f5cb9dce695defe05dd02a..c43dc8a15d2c9e6ba0e105a524b516e32e6376fb 100644 (file)
@@ -121,6 +121,7 @@ extern void initimgppm();
 extern void initimgpgm();
 extern void initimgtiff();
 extern void initimgsgi();
+extern void initimgpng();
 extern void initimgop();
 #endif
 #ifdef USE_TK
@@ -214,6 +215,7 @@ struct _inittab inittab[] = {
        {"imgpgm",      initimgpgm},
        {"imgtiff",     initimgtiff},
        {"imgsgi",      initimgsgi},
+       {"imgpng",      initimgpng},
        {"imgop",       initimgop},
 #endif
 #ifdef USE_TK