#ifndef __LIB__BMP_H__ #define __LIB__BMP_H__ #include #include #include int bmp_open_image(struct image *image, struct file_handle *file); #endif