From 7a68eb750b334031b9c0cd29b6aff0d46734e23a Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Wed, 14 May 2008 21:35:42 -0700 Subject: initial --- src/jpeg.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/jpeg.h (limited to 'src/jpeg.h') 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); + -- cgit v1.2.3