aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-05-14 21:35:42 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-05-14 21:35:42 -0700
commit7a68eb750b334031b9c0cd29b6aff0d46734e23a (patch)
tree88ee50f6166506fce1dd5afe71a8f52cd7094523 /src/jpeg.h
downloadmirror-meh-7a68eb750b334031b9c0cd29b6aff0d46734e23a.tar.gz
mirror-meh-7a68eb750b334031b9c0cd29b6aff0d46734e23a.tar.bz2
mirror-meh-7a68eb750b334031b9c0cd29b6aff0d46734e23a.zip
initial
Diffstat (limited to 'src/jpeg.h')
-rw-r--r--src/jpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jpeg.h b/src/jpeg.h
new file mode 100644
index 0000000..c834f76
--- /dev/null
+++ b/src/jpeg.h
@@ -0,0 +1,3 @@
+
+unsigned char *loadjpeg(char *filename, int *width, int *height);
+