aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-05-19 20:04:22 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-05-19 20:04:22 -0700
commitbfbeab9e9a7446ed6b40c0ad557d631c0d738c6c (patch)
tree227e1d9caded47241edb21f55151eaebe262d923 /src/jpeg.h
parent02a0e01267d6c5be936b32360968199013e8096d (diff)
downloadmirror-meh-bfbeab9e9a7446ed6b40c0ad557d631c0d738c6c.tar.gz
mirror-meh-bfbeab9e9a7446ed6b40c0ad557d631c0d738c6c.tar.bz2
mirror-meh-bfbeab9e9a7446ed6b40c0ad557d631c0d738c6c.zip
prepare for other file types
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 *);