about summary refs log tree commit diff
path: root/converter/other/pngtxt.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pngtxt.h')
-rw-r--r--converter/other/pngtxt.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/converter/other/pngtxt.h b/converter/other/pngtxt.h
index c83303df..3e6ff2af 100644
--- a/converter/other/pngtxt.h
+++ b/converter/other/pngtxt.h
@@ -1,15 +1,17 @@
 #ifndef PNGTXT_H_INCLUDED
 #define PNGTXT_H_INCLUDED
 
-#include "pm_c_util.h"
+#include <stdbool.h>
+#include <stdio.h>
 #include <png.h>
 
 struct pngx;
 
 void 
-pngtxt_read(struct pngx * const pngxP,
-            FILE *        const tfp, 
-            bool          const ztxt,
-            bool          const verbose);
+pngtxt_addChunk(struct pngx * const pngxP,
+                FILE *        const tfp, 
+                bool          const ztxt,
+                bool          const itxt,
+                bool          const verbose);
 
 #endif