#ifndef IMG_H #define IMG_H #include extern struct img_pixmap *img_load_image(char *file_name); #endif /* IMG_H */