1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-03 05:44:25 +00:00

replace json-glib with jansson

This commit is contained in:
vegarden
2013-08-08 16:24:20 +08:00
parent 4f28361e4d
commit 09b9b0cb27
84 changed files with 610 additions and 30686 deletions

View File

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