Mercurial > dillo_port1.3
view src/djpeg.h @ 2149:9d1ff8be799c tip
disable 'Found font:' messages
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Sun, 24 Jul 2011 22:17:57 +0200 |
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__ */