
  PROCEDURE [XREF] nlp$cc_get_exclus_to_unaccepted
    (    peer_reference_number: nlt$cl_reference_number;
         device_id: nlt$device_identifier;
         system_input_task: boolean;
     VAR connection_exists: boolean;
     VAR access_gained: boolean;
     VAR connection: ^nlt$cc_connection;
     VAR cl_connection: ^nlt$cl_connection);

?? PUSH (LISTEXT := ON) ??
*copyc nlt$cc_connection
*copyc nlt$cl_connection
*copyc nlt$cl_reference_number
*copyc nlt$device_identifier
?? POP ??
