1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-21 02:09:09 +00:00

Add new function.

int__int().
This commit is contained in:
killing
2011-10-10 22:22:47 +08:00
parent 60ec606453
commit 6b28cc4b38

View File

@@ -5,6 +5,7 @@ Define RPC functions needed to generate
# [ <ret-type>, [<arg_types>] ]
func_table = [
[ "int", [] ],
[ "int", ["int"] ],
[ "int", ["string"] ],
[ "int", ["string", "int"] ],
[ "int", ["string", "string"] ],