
  PROCEDURE [INLINE] clp$find_connected_files
    (VAR connected_files: ^clt$connected_files);

?? PUSH (LISTEXT := ON) ??

    VAR
      ignore_object_in_current_task: boolean,
      object: ^clt$environment_object_contents;


    clp$find_environment_object (clc$eo_file_connections, object,
          ignore_object_in_current_task);

    connected_files := object;

  PROCEND clp$find_connected_files;

*copyc clt$connected_file
?? POP ??
*copyc clp$find_environment_object
