aboutsummaryrefslogtreecommitdiff
path: root/src/backend_libtiff.h
blob: ce2ab18474fbaa28dd14154aace373223360f51a (plain)
1
2
3
4
5
6
7
8
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