1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-07-18 23:36:25 +00:00
libsearpc/tests/rpc_table.py

11 lines
203 B
Python
Raw Normal View History

2012-06-23 03:43:42 +00:00
"""
Define RPC functions needed to generate
"""
# [ <ret-type>, [<arg_types>] ]
func_table = [
[ "string", ["string", "int"] ],
[ "object", ["string"] ],
[ "objlist", ["string", "int"] ],
]