Add a flags parameter to all decoding functions for future needs
authorPetri Lehtinen <petri@digip.org>
Fri, 13 Aug 2010 19:19:20 +0000 (22:19 +0300)
committerPetri Lehtinen <petri@digip.org>
Sat, 14 Aug 2010 14:28:09 +0000 (17:28 +0300)
commitbfac1972e25b40f849852ce3c10e0a8ad47f79d7
tree30a31dda490ebbcaa5dedd3135d54bc4037f4033
parentf8d0e01e46cd9452b5d7780906029d899215cb89
Add a flags parameter to all decoding functions for future needs

As of now, the parameter is unused, but may be needed in the future.
I'm adding it now so that in the future both API and ABI remain
backwards compatible as long as possible.

This is a backwards incompatible change.
doc/apiref.rst
doc/github_commits.c
doc/tutorial.rst
src/jansson.h
src/load.c
test/bin/json_process.c
test/suites/api/test_copy.c
test/suites/api/test_equal.c
test/suites/api/test_load.c