From 219736ddbe8b706c2fe2ab348f00dd058c1a96cb Mon Sep 17 00:00:00 2001 From: plt Date: Sun, 22 May 2011 16:13:42 +0800 Subject: [PATCH] Add int__string_int() --- lib/rpc_table.py | 1 + 1 file changed, 1 insertion(+) 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", [] ],