aboutsummaryrefslogtreecommitdiff
path: root/src/backend_rsvg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend_rsvg.h')
-rw-r--r--src/backend_rsvg.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backend_rsvg.h b/src/backend_rsvg.h
new file mode 100644
index 0000000..126892a
--- /dev/null
+++ b/src/backend_rsvg.h
@@ -0,0 +1,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_rsvg(void);
+
+#endif