Codebase list dillo / upstream/3.0_rc2 src / dgif.h
upstream/3.0_rc2

Tree @upstream/3.0_rc2 (Download .tar.gz)

dgif.h @upstream/3.0_rc2raw · history · blame

#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, void *data);


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