/*
   Field list definition
*/

struct field_t {
  char *tname,
       **fields;

  struct field_t *next;
};


syntax highlighted by Code2HTML, v. 0.9.1