Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
djpeg.h
Go to the documentation of this file.
1#ifndef __JPEG_H__
2#define __JPEG_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif /* __cplusplus */
7
8#include "url.h"
9#include "image.hh"
10
11
12void *a_Jpeg_new(DilloImage *Image, DilloUrl *url, int version);
13void a_Jpeg_callback(int Op, void *data);
14
15
16#ifdef __cplusplus
17}
18#endif /* __cplusplus */
19#endif /* !__JPEG_H__ */
void a_Jpeg_callback()
Definition jpeg.c:407
void * a_Jpeg_new()
Definition jpeg.c:406
The DilloImage data-structure and methods.
Definition url.h:88
Parse and normalize all URL's inside Dillo.