summaryrefslogtreecommitdiff
path: root/src/dgif.h
blob: d4980e54c613c96533ee1f45cb5b56d1eab89156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __GIF_H__
#define __GIF_H__

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#include "url.h"
#include "image.hh"


void *a_Gif_new(DilloImage *Image, DilloUrl *url, int version);
void a_Gif_callback(int Op, CacheClient_t *Client);


#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* !__GIF_H__ */