Lst_Concat
Lst_Concat(&pgn->commands, &cgn->commands);
extern void Lst_Concat(Lst, Lst);
extern void Lst_Concat(Lst, Lst);
Lst_Concat(listmain, &mainNode->cohorts);
Lst_Concat(nodes, &gn->cohorts);
Lst_Concat(&gn->commands, &extra->commands);