Codebase list dillo / 2edfb5ba-a200-4c34-826b-63f503726917/main src / dpng.h
2edfb5ba-a200-4c34-826b-63f503726917/main

Tree @2edfb5ba-a200-4c34-826b-63f503726917/main (Download .tar.gz)

dpng.h @2edfb5ba-a200-4c34-826b-63f503726917/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__ */