Codebase list dillo / run/a5108309-55d5-4c96-a011-32f61dc1f8c4/main src / dgif.h
run/a5108309-55d5-4c96-a011-32f61dc1f8c4/main

Tree @run/a5108309-55d5-4c96-a011-32f61dc1f8c4/main (Download .tar.gz)

dgif.h @run/a5108309-55d5-4c96-a011-32f61dc1f8c4/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__ */