Dillo v3.1.1-119-g140d9ebd
Loading...
Searching...
No Matches
dpng.h
Go to the documentation of this file.
1#ifndef __PNG_H__
2#define __PNG_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif /* __cplusplus */
7
8#include "url.h"
9#include "image.hh"
10#include "cache.h"
11
12
13void *a_Png_new(DilloImage *Image, DilloUrl *url, int version);
14void a_Png_callback(int Op, CacheClient_t *Client);
15const char *a_Png_version(void);
16
17
18#ifdef __cplusplus
19}
20#endif /* __cplusplus */
21#endif /* !__PNG_H__ */
const char * a_Png_version(void)
Definition png.c:440
void * a_Png_new(DilloImage *Image, DilloUrl *url, int version)
Create the image state data that must be kept between calls.
Definition png.c:448
void a_Png_callback(int Op, CacheClient_t *Client)
The DilloImage data-structure and methods.
Data structure for cache clients.
Definition cache.h:48
Definition url.h:88
Parse and normalize all URL's inside Dillo.