1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-31 20:37:07 +00:00

add a new rpc function type.

This commit is contained in:
lins05
2012-05-16 11:34:48 +08:00
parent 7b9dc5a85a
commit 5c4763c5fa

View File

@@ -33,6 +33,7 @@ func_table = [
[ "objlist", ["string"] ],
[ "objlist", ["string", "int"] ],
[ "objlist", ["string", "int", "int"] ],
[ "objlist", ["string", "string"] ],
[ "objlist", ["string", "string", "int"] ],
[ "objlist", ["string", "string", "int", "int"] ],
[ "object", [] ],