1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-10 17:19:48 +00:00

Add int__string_int()

This commit is contained in:
plt
2011-05-22 16:13:42 +08:00
parent 2824e29e3f
commit 219736ddbe

View File

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