blob: ae7fe2c499d605b16105385bdb83cfce9442501b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef PNGTXT_H_INCLUDED
#define PNGTXT_H_INCLUDED
#include "pm_c_util.h"
#include <png.h>
void
pnmpng_read_text (png_info * const info_ptr,
FILE * const tfp,
bool const ztxt,
bool const verbose);
#endif
|