summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-10-17 22:19:34 +0000
committercorvid <corvid@lavabit.com>2012-10-17 22:19:34 +0000
commitee0b5ad5b41d8af441bbdb19e090a4fe141ba413 (patch)
treeff8e5f6f83fc3314968f04373c356a8d03e55617
parentf87a0d5da0a1bcd4e495abead5f31b234ca3f823 (diff)
rm forward declaration
-rw-r--r--src/jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 93d9df07..b99d0bc7 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -80,7 +80,6 @@ typedef struct DilloJpeg {
* Forward declarations
*/
static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize);
-METHODDEF(void) Jpeg_errorexit (j_common_ptr cinfo);
/* this is the routine called by libjpeg when it detects an error. */