libxl: move some internal functions to libxl_internal.h
authorWei Liu <wei.liu2@citrix.com>
Tue, 10 Jun 2014 21:21:40 +0000 (22:21 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 11 Jun 2014 08:25:23 +0000 (09:25 +0100)
commite101ee667b55c8bcb2b4d87123fe82779451be90
tree0605cd37a7de4c2fce99550c93d0bd2dfbc1c200
parent4f7384ccdbebee118f7bc63c0f22a539970d6046
libxl: move some internal functions to libxl_internal.h

In 752f181f ("libxl_json: introduce parser functions for builtin types")
a bunch of parser functions are added to libxl_json.h, which breaks
GCC < 4.6.

These functions are internal and libxl_json.h is public header, so move
them to libxl_internal.h.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h
tools/libxl/libxl_json.h