extern int proto_client_cinfo(Proto_Client_Handle ch, int x, int y) { return do_cinfo_rpc(ch, PROTO_MT_REQ_CELL_INFO, x, y); }
extern int proto_client_cinfo(Proto_Client_Handle ch, int x, int y){ int rc=0; rc = do_cinfo_rpc(ch, x, y, PROTO_MT_REQ_BASE_CINFO); return rc; }