aboutsummaryrefslogtreecommitdiff
path: root/src/backend_libpng.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-20 23:04:00 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-01-29 22:25:05 +0000
commit55724fae1e2ea130362c91feeff367a9fc9012c2 (patch)
tree90d0635f0aa16f84b0e03b49c1f1dc5871c4c1f7 /src/backend_libpng.h
parent2d5bb23bede92adf10f496f62e38c6611591e923 (diff)
downloadimv-55724fae1e2ea130362c91feeff367a9fc9012c2.tar.gz
Add libpng backend
Diffstat (limited to 'src/backend_libpng.h')
-rw-r--r--src/backend_libpng.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backend_libpng.h b/src/backend_libpng.h
new file mode 100644
index 0000000..be0d0b5
--- /dev/null
+++ b/src/backend_libpng.h
@@ -0,0 +1,9 @@
+#ifndef IMV_BACKEND_LIBPNG_H
+#define IMV_BACKEND_LIBPNG_H
+
+struct imv_backend;
+
+/* Create an instance of the libpng backend */
+struct imv_backend *imv_backend_libpng(void);
+
+#endif