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