On 05/17/2013 02:27 PM, Kai Zhang wrote: > +inline char *get_object_directory(void) > +{ > + return farm_obj_dir; > +} This should be included in the farm.h as 'static inline' if you do really want it to be inlined by other source files. Thanks, Yuan