1 /* ***********************************************************
 2    *                                                         *
 3    * Copyright, (C) Honeywell Information Systems Inc., 1984 *
 4    *                                                         *
 5    *********************************************************** */
 6 
 7 
 8           /*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
 9           /*                                                                                        */
10           /* volume_retriever_lss.ct - This is the available command list for the Person_id Volume_Retriever. */
11           /*                                                                                        */
12           /* 0) Created: October 1984 by Greg Texada                                                */
13           /* 1) Modified 1985-02-21, BIM: Renamed to have _lss at the end.                          */
14           /*                                                                                        */
15           /*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
16 
17           /* Always use the search rules to find these commands*/
18 
19 (exec_com ec):                exec_com;
20 
21 help:                         help;
22 
23 (home_dir hd):                home_dir;
24 
25 (list_retrieval_requests lrr): list_retrieval_requests;
26 
27 logout:                       logout;
28 
29 (retrieve_from_volume retv):  retrieve_from_volume;
30 
31 system:                       system;
32 
33 user:                         user;