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

Add type 'int64'.

This commit is contained in:
killing
2011-10-20 20:55:11 +08:00
parent d9222f2e0b
commit 7fef7aa31e
6 changed files with 58 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ func_table = [
[ "int", ["string", "int"] ],
[ "int", ["string", "string"] ],
[ "int", ["string", "string", "string"] ],
[ "int64", ["string"] ],
[ "string", [] ],
[ "string", ["string"] ],
[ "string", ["string", "int"] ],