#ifndef IMAGE_DISPLAY_H #define IMAGE_DISPLAY_H #include <gtk/gtk.h> #include <blc_array.h> GtkWidget *create_image_display(blc_array *array); #endif