1 #ifndef DITHERING_H
2 #define DITHERING_H
3 
4 #include "gliv.h"
5 
6 void dither_pixbuf(GdkPixbuf * dest, GdkPixbuf * src);
7 
8 #endif
9