summaryrefslogtreecommitdiff
path: root/image/svg.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/svg.h')
-rw-r--r--image/svg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/svg.h b/image/svg.h
index e6cffea39..9720a3772 100644
--- a/image/svg.h
+++ b/image/svg.h
@@ -42,5 +42,6 @@ bool svg_redraw(struct content *c, int x, int y,
int width, int height,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
float scale, colour background_colour);
+bool svg_clone(const struct content *old, struct content *new_content);
#endif