From 31e3a4a4508d27b3962cc686f6042a40279dcba8 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 2 Feb 2019 22:32:39 +0000 Subject: Add libtiff backend --- src/backend_libtiff.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/backend_libtiff.h (limited to 'src/backend_libtiff.h') diff --git a/src/backend_libtiff.h b/src/backend_libtiff.h new file mode 100644 index 0000000..ce2ab18 --- /dev/null +++ b/src/backend_libtiff.h @@ -0,0 +1,9 @@ +#ifndef IMV_BACKEND_LIBTIFF_H +#define IMV_BACKEND_LIBTIFF_H + +struct imv_backend; + +/* Get an instance of the libtiff backend */ +const struct imv_backend *imv_backend_libtiff(void); + +#endif -- cgit v1.2.3