summaryrefslogtreecommitdiff
path: root/image/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.h')
-rw-r--r--image/jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/jpeg.h b/image/jpeg.h
index ec2a4ecc1..1c01929b8 100644
--- a/image/jpeg.h
+++ b/image/jpeg.h
@@ -35,7 +35,7 @@ struct content_jpeg_data {
int dummy; /* NOT USED but to satisfy Norcroft */
};
-bool nsjpeg_convert(struct content *c, int width, int height);
+bool nsjpeg_convert(struct content *c);
void nsjpeg_destroy(struct content *c);
bool nsjpeg_redraw(struct content *c, int x, int y,
int width, int height,