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

struct imv_backend;

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

#endif