aboutsummaryrefslogtreecommitdiff
path: root/src/backend_freeimage.h
blob: ee8fb6d5dd80cad483ec39bf8ea81bc6076ea82a (plain)
1
2
3
4
5
6
7
8
9
#ifndef IMV_BACKEND_FREEIMAGE_H
#define IMV_BACKEND_FREEIMAGE_H

struct imv_backend;

/* Get an instance of the freeimage backend */
const struct imv_backend *imv_backend_freeimage(void);

#endif