/* Program Name : DXCLI.H */ /* Original Author : JLAURET */ /* Date : 03-Jun-1999 */ /* Program Description : */ /* : */ /* Revision History follows */ #ifndef __DESCRIP_LOADED #include #endif $DESCRIPTOR(command,"DX "); #if defined(__DECC) || defined(__GNUC__) extern char *DX_CLI; #else globalref DX_CLI; #endif