aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.h')
-rw-r--r--src/jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg.h b/src/jpeg.h
index c834f76..b6ab2e3 100644
--- a/src/jpeg.h
+++ b/src/jpeg.h
@@ -1,3 +1,3 @@
-unsigned char *loadjpeg(char *filename, int *width, int *height);
+unsigned char *loadjpeg(FILE *, int *, int *);