#ifndef LD_H_ #define LD_H_ struct image_list; extern struct image_list *global_image_list(void); #endif