From 6b28cc4b38bf64e3321b0c1b3f92cb284f743401 Mon Sep 17 00:00:00 2001 From: killing Date: Mon, 10 Oct 2011 22:22:47 +0800 Subject: [PATCH] Add new function. int__int(). --- lib/rpc_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpc_table.py b/lib/rpc_table.py index a76355e..42ef5fe 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -5,6 +5,7 @@ Define RPC functions needed to generate # [ , [] ] func_table = [ [ "int", [] ], + [ "int", ["int"] ], [ "int", ["string"] ], [ "int", ["string", "int"] ], [ "int", ["string", "string"] ],