Dillo v3.1.1-119-g140d9ebd
Loading...
Searching...
No Matches
dwebp.h
Go to the documentation of this file.
1#ifndef __WEBP_H__
2#define __WEBP_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif /* __cplusplus */
7
8#include "url.h"
9#include "image.hh"
10
11
12void *a_Webp_new(DilloImage *Image, DilloUrl *url, int version);
13void a_Webp_callback(int Op, void *data);
14const char *a_Webp_version(char *buf, int n);
15
16
17#ifdef __cplusplus
18}
19#endif /* __cplusplus */
20#endif /* !__WEBP_H__ */
const char * a_Webp_version(char *buf, int n)
Definition webp.c:218
The DilloImage data-structure and methods.
Definition url.h:88
Parse and normalize all URL's inside Dillo.
void a_Webp_callback()
Definition webp.c:217
void * a_Webp_new()
Definition webp.c:216