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