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