From e706f1435f2a194e0b7b332376e4e31c2bc29e87 Mon Sep 17 00:00:00 2001 From: plt Date: Mon, 6 Jun 2011 00:01:20 +0800 Subject: [PATCH] Add new function --- lib/rpc_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpc_table.py b/lib/rpc_table.py index 71c1be2..f9f75b8 100644 --- a/lib/rpc_table.py +++ b/lib/rpc_table.py @@ -4,6 +4,7 @@ Define RPC functions needed to generate # [ , [] ] func_table = [ + [ "int", [] ], [ "int", ["string"] ], [ "int", ["string", "int"] ], [ "int", ["string", "string"] ],