_msgT
struct _msgT *msg;
struct _msgT *p, *q;
p = xmalloc(sizeof(struct _msgT));
memset(p, '\0', sizeof(struct _msgT));
struct _msgT *msg;
struct _msgT *msg;
LIST_ENTRY(_msgT) entries;
LIST_HEAD(msghead, _msgT) msghead;