summaryrefslogtreecommitdiffstats
path: root/kimgio/eps.h
diff options
context:
space:
mode:
Diffstat (limited to 'kimgio/eps.h')
-rw-r--r--kimgio/eps.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/kimgio/eps.h b/kimgio/eps.h
new file mode 100644
index 000000000..ecdd82787
--- /dev/null
+++ b/kimgio/eps.h
@@ -0,0 +1,11 @@
+// This library is distributed under the conditions of the GNU LGPL.
+#ifndef _EPS_H
+#define _EPS_H
+
+extern "C" {
+void kimgio_eps_read (QImageIO *image);
+void kimgio_eps_write (QImageIO *image);
+}
+
+#endif
+