Mercurial > dillo_port1.3
view src/dpng.h @ 1173:717058f63429
Removed the experimental font size adjuster patch (it slipped in by mistake)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Mon, 15 Jun 2009 17:50:10 -0400 |
parents | 6828b4d19d69 |
children |
line wrap: on
line source
#ifndef __PNG_H__ #define __PNG_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include "url.h" #include "image.hh" void *a_Png_new(DilloImage *Image, DilloUrl *url, int version); void a_Png_callback(int Op, CacheClient_t *Client); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* !__PNG_H__ */