Synopsis: This function is called to map an ONC RPC status return value (obtained by trying to actually do a Remote Procedure Call) to an ACNET standard return for the TECAR facility. Declarations (ANSI C): CLIENT *client; short istat; short map_RPC_call_error ( CLIENT *const client ); Usage (C): istat = map_RPC_call_error ( client ); Arguments: Input - readonly: client a pointer to the CLIENT structure Output: none Returns: istat the ACNET status return