summaryrefslogtreecommitdiff
path: root/image/rsvg.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/rsvg.h')
-rw-r--r--image/rsvg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/rsvg.h b/image/rsvg.h
index 04ec655c5..704b434bc 100644
--- a/image/rsvg.h
+++ b/image/rsvg.h
@@ -28,6 +28,7 @@ struct content_rsvg_data {
};
bool rsvg_create(struct content *c, const char *params[]);
+bool rsvg_process_data(struct content *c, const char *data, unsigned int size);
bool rsvg_convert(struct content *c, int width, int height);
void rsvg_destroy(struct content *c);
bool rsvg_redraw(struct content *c, int x, int y,