Codebase list dillo / ae8f9048-f164-4113-96ff-3647e7b331d7/main src / dpng.h
ae8f9048-f164-4113-96ff-3647e7b331d7/main

Tree @ae8f9048-f164-4113-96ff-3647e7b331d7/main (Download .tar.gz)

dpng.h @ae8f9048-f164-4113-96ff-3647e7b331d7/mainraw · 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__ */