diff --git a/lib/rpc_table.py b/lib/rpc_table.py index c6495b5..71c1be2 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -5,6 +5,7 @@ Define RPC functions needed to generate # [ , [] ] func_table = [ [ "int", ["string"] ], + [ "int", ["string", "int"] ], [ "int", ["string", "string"] ], [ "int", ["string", "string", "string"] ], [ "string", [] ],