Patch from Scott McKellar to increase const correctness in the JSON parser.
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 25 Oct 2007 12:20:16 +0000 (12:20 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 25 Oct 2007 12:20:16 +0000 (12:20 +0000)
commit0fd36820934ad7d78b1733afa4277e87da2d92fd
treea9f5e8bdd9ed6732f57b025e3e5561ed69d8bfef
parent97592be24c686a5f5619a623c2be509fdad857f5
Patch from Scott McKellar to increase const correctness in the JSON parser.

Also made the top level legacy_jsonParseString[Fmt] API const-correct, though this is removed within those wrapper calls to avoid potentially breaking the legacy code.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1114 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/osrf_json.h
include/opensrf/osrf_legacy_json.h
src/gateway/osrf_json_gateway.c
src/libopensrf/osrf_json_parser.c
src/libopensrf/osrf_legacy_json.c