1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef PNGTXT_H_INCLUDED #define PNGTXT_H_INCLUDED #include "pm_c_util.h" #include <png.h> struct pngx; void pngtxt_read(struct pngx * const pngxP, FILE * const tfp, bool const ztxt, bool const verbose); #endif