--- libaitrpc/example/tsrv.c 2011/08/19 06:58:31 1.2.4.3 +++ libaitrpc/example/tsrv.c 2011/08/19 08:24:13 1.2.4.4 @@ -49,8 +49,8 @@ int BBB(rpc_func_t *f, int in, rpc_val_t *iv) rpc_srv_unregisterBLOB(f->func_parent, RPC_GET_BLOB(&iv[2])); - rpc_srv_declValsCall(f, 4); - rpc_srv_getValsCall(f, &v); + rpc_srv_allocVars(f, 4); + rpc_srv_getVars(f, &v); RPC_SET_BUF(&v[0], "00!oo", 6); RPC_SET_I8(&v[1], 65); RPC_SET_STR(&v[2], "Oho boho i cheburashka");