1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-09 08:39:30 +00:00

Improve README and demo

This commit is contained in:
plt
2011-05-18 11:06:01 +08:00
parent 02eb0744fc
commit c2bc98f295
10 changed files with 213 additions and 900 deletions

View File

@@ -6,9 +6,11 @@ Define RPC functions needed to generate
func_table = [
[ "int", ["string"] ],
[ "int", ["string", "string"] ],
[ "int", ["string", "string", "string"] ],
[ "string", [] ],
[ "string", ["string"] ],
[ "string", ["string", "int"] ],
[ "string", ["string", "string"] ],
[ "objlist", [] ],
[ "objlist", ["string"] ],
[ "objlist", ["int", "int"] ],