diff options
Diffstat (limited to 'converter/other/pngtxt.h')
-rw-r--r-- | converter/other/pngtxt.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/converter/other/pngtxt.h b/converter/other/pngtxt.h new file mode 100644 index 00000000..ae7fe2c4 --- /dev/null +++ b/converter/other/pngtxt.h @@ -0,0 +1,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 |