1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-07-16 06:25:51 +00:00
libsearpc/demo/rpc_table.py
2012-06-20 20:24:49 +08:00

9 lines
125 B
Python

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