summaryrefslogtreecommitdiff
path: root/src/lib/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/jpeg.h')
-rw-r--r--src/lib/jpeg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/jpeg.h b/src/lib/jpeg.h
index ca9add9190..cc2c65ddc8 100644
--- a/src/lib/jpeg.h
+++ b/src/lib/jpeg.h
@@ -44,7 +44,8 @@ struct jpeg_decdata {
int dquant[3][64];
};
-int jpeg_decode(unsigned char *, unsigned char *, int, int, int, struct jpeg_decdata *);
+int jpeg_decode(unsigned char *, unsigned char *, int, int, int,
+ struct jpeg_decdata *);
void jpeg_fetch_size(unsigned char *buf, int *width, int *height);
int jpeg_check_size(unsigned char *, int, int);