{
{    The purpose of this procedure is to requeue the given list of received
{ messages on the specified channel connection.  The messages in the list must
{ be in the LIFO order.  The list of messages is added to the tail of the input
{ queue.
{
{       NLP$CC_REQUEUE_MSGS_ON_CONN (CL_CONNECTION, RECEIVED_MESSAGES)
{
{ CL_CONNECTION: (input, output)  This parameter specifies the interlayer
{       structure associated with the given channel connection.
{
{ RECEIVED_MESSAGES: (input)  This parameter specifies the message list.
{
