blob: b62aa85a32f2dbb141ec539c2417bf05795232f7 (
plain)
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 */
const struct imv_backend *imv_backend_librsvg(void);
#endif
|