From 0e975b9d88f488244dfb97616a7b1b8eaeae2444 Mon Sep 17 00:00:00 2001 From: Tobias Lindahl Date: Fri, 14 Jun 2019 13:15:59 +0200 Subject: [PATCH] Adapt oracle respond and extend --- src/aeb_fate_generate_ops.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/aeb_fate_generate_ops.erl b/src/aeb_fate_generate_ops.erl index 99a8379..a88769e 100644 --- a/src/aeb_fate_generate_ops.erl +++ b/src/aeb_fate_generate_ops.erl @@ -146,10 +146,10 @@ ops_defs() -> oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"} , { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a], oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."} - , { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a,a], - oracle_respond, {any,any,any,any}, any, "TODO: Document and describe types."} - , { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a,a,a], - oracle_extend, {any,any,any,any}, any, "TODO: Document and describe types."} + , { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a], + oracle_respond, {any,any,any,any}, none, "TODO: Document and describe types."} + , { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a], + oracle_extend, {any,any,any}, any, "TODO: Document and describe types."} , { 'ORACLE_GET_ANSWER', 16#65, false, 3, [a,a,a], oracle_get_answer, {any,any}, any, "TODO: Document and describe types."} , { 'ORACLE_GET_QUESTION', 16#66, false, 3, [a,a,a],