Codebase list dillo / b2252c85-955f-466c-9077-ec30ec4718b4/main src / dgif.h
b2252c85-955f-466c-9077-ec30ec4718b4/main

Tree @b2252c85-955f-466c-9077-ec30ec4718b4/main (Download .tar.gz)

dgif.h @b2252c85-955f-466c-9077-ec30ec4718b4/mainraw · 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__ */