aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
diff options
context:
space:
mode:
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);
+