#ifndef fontconf_h #define fontconf_h struct fontconf { struct fontconf *fc_next; struct fontops *fc_ops; char *fc_path; /* path, with metacharacters */ char *fc_spec; /* specifier */ int fc_slop; /* slop value */ }; #endif