#ifndef IMV_BACKEND_RSVG_H #define IMV_BACKEND_RSVG_H struct imv_backend; /* Create an instance of the rsvg backend */ struct imv_backend *imv_backend_rsvg(void); #endif