1/*$Id: fields.h,v 1.8 2000/09/28 01:23:20 guenther Exp $*/
2
3struct field
4 *findf P((const struct field*const p,struct field**ah)),
5 **addfield Q((struct field**pointer,const char*const text,
6  const size_t totlen)),
7 *delfield P((struct field**pointer));
8void
9 cleanheader P((void)),
10 clear_uhead P((struct field*hdr)),
11 concatenate P((struct field*const fldp)),
12 flushfield P((struct field**pointer)),
13 dispfield P((const struct field*p)),
14 addbuf P((void));
15int
16 readhead P((void));
17