  PROCEDURE [XREF] rap$compare_sl_decks (deck_name: ost$name;
        old_path: clt$path_name;
        old_path_length: 1 .. clc$max_path_name_size;
        new_path: clt$path_name;
        new_path_length: 1 .. clc$max_path_name_size;
    VAR decks_dont_differ: boolean;
    VAR status: ost$status);

*copyc ost$name
*copyc clt$path_name
*copyc ost$status

