summaryrefslogtreecommitdiff
path: root/image/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.h')
-rw-r--r--image/jpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/jpeg.h b/image/jpeg.h
index 1c01929b8..5f142546a 100644
--- a/image/jpeg.h
+++ b/image/jpeg.h
@@ -46,6 +46,7 @@ bool nsjpeg_redraw_tiled(struct content *c, int x, int y,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
float scale, colour background_colour,
bool repeat_x, bool repeat_y);
+bool nsjpeg_clone(const struct content *old, struct content *new_content);
#endif /* WITH_JPEG */