1 2 3 4 5 6 7 8 9
#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_librsvg(void); #endif