Files

9 lines
108 B
C
Raw Permalink Normal View History

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