1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-22 14:15:51 +00:00

Add new function

This commit is contained in:
plt 2011-06-06 00:01:20 +08:00
parent f900d4c378
commit e706f1435f

View File

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