summaryrefslogtreecommitdiffstats
path: root/kimgio/jp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'kimgio/jp2.h')
-rw-r--r--kimgio/jp2.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/kimgio/jp2.h b/kimgio/jp2.h
new file mode 100644
index 000000000..d137ac0a3
--- /dev/null
+++ b/kimgio/jp2.h
@@ -0,0 +1,13 @@
+// This library is distributed under the conditions of the GNU LGPL.
+#ifndef KIMG_JP2_H
+#define KIMG_JP2_H
+
+class QImageIO;
+
+extern "C" {
+ void kimgio_jp2_read( QImageIO* io );
+ void kimgio_jp2_write( QImageIO* io );
+} // extern "C"
+
+#endif
+