#ifndef IMV_BACKEND_LIBJPEG_H #define IMV_BACKEND_LIBJPEG_H struct imv_backend; /* Get an instance of the libjpeg backend */ const struct imv_backend *imv_backend_libjpeg(void); #endif