#ifndef IMAGE_DISPLAY_H #define IMAGE_DISPLAY_H #include #include GtkWidget *create_image_display(blc_array *array); #endif