aboutsummaryrefslogtreecommitdiff
path: root/src/backend_librsvg.h
blob: 16dd6c856b84cb612291c7c09dc209bb09529fdb (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 */
struct imv_backend *imv_backend_librsvg(void);

#endif