Mercurial > dillo_port1.3
view src/djpeg.h @ 1958:7860a3051241
Fix for endless loop with META refresh and same URL or no URL at all
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Fri, 15 Apr 2011 14:08:53 -0300 |
parents | d6767b7bdf93 |
children |
line wrap: on
line source
#ifndef __JPEG_H__ #define __JPEG_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include "url.h" #include "image.hh" void *a_Jpeg_new(DilloImage *Image, DilloUrl *url, int version); void a_Jpeg_callback(int Op, void *data); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* !__JPEG_H__ */