mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-08-13 02:05:20 +00:00
9 lines
125 B
Python
9 lines
125 B
Python
|
"""
|
||
|
Define RPC functions needed to generate
|
||
|
"""
|
||
|
|
||
|
# [ <ret-type>, [<arg_types>] ]
|
||
|
func_table = [
|
||
|
[ "int", ["string"] ],
|
||
|
]
|