1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-29 11:03:20 +00:00
libsearpc/demo/rpc_table.py

10 lines
169 B
Python
Raw Permalink Normal View History

2012-06-20 12:24:49 +00:00
"""
Define RPC functions needed to generate
"""
# [ <ret-type>, [<arg_types>] ]
func_table = [
[ "int", ["string"] ],
2013-08-08 08:24:20 +00:00
[ "objlist", ["int", "int", "string"] ]
2012-06-20 12:24:49 +00:00
]