Codebase list dillo / upstream/2149_9d1ff8be799c src / dpng.h
upstream/2149_9d1ff8be799c

Tree @upstream/2149_9d1ff8be799c (Download .tar.gz)

dpng.h @upstream/2149_9d1ff8be799craw · history · blame

#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__ */