aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-06-16 16:15:54 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-06-16 16:15:54 -0700
commit0e03461ca2c584cacda2647b68d2eb8b0c34c216 (patch)
treec1253a7951df53678e16dd981ac4cc0940703932 /src/meh.h
parentd1ea7c8e8f53dd1885ca2c8b951089cdbee3f180 (diff)
downloadmirror-meh-0e03461ca2c584cacda2647b68d2eb8b0c34c216.tar.gz
mirror-meh-0e03461ca2c584cacda2647b68d2eb8b0c34c216.tar.bz2
mirror-meh-0e03461ca2c584cacda2647b68d2eb8b0c34c216.zip
changed all formats to use struct image
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/meh.h b/src/meh.h
index 0e1a410..bd91910 100644
--- a/src/meh.h
+++ b/src/meh.h
@@ -15,7 +15,3 @@ struct image{
struct imageformat *fmt;
};
-unsigned char *loadgif(FILE *, int *, int *);
-unsigned char *loadjpeg(FILE *, int *, int *);
-unsigned char *loadpng(FILE *, int *, int *);
-