#ifndef IMV_BACKEND_FREEIMAGE_H #define IMV_BACKEND_FREEIMAGE_H struct imv_backend; /* Create an instance of the freeimage backend */ struct imv_backend *imv_backend_freeimage(void); #endif