about summary refs log tree commit diff
path: root/converter/other/pngtxt.h
blob: c83303df584dad7ab8c6b78fed5f19dda9af9f4a (plain) (blame)
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