C++: Rename some functions to better match the C API
authorPetri Lehtinen <petri@digip.org>
Thu, 4 Feb 2010 19:02:35 +0000 (21:02 +0200)
committerPetri Lehtinen <petri@digip.org>
Thu, 4 Feb 2010 19:08:38 +0000 (21:08 +0200)
commitb8059a18801ae067d13f1e5d9e872e4cf11bc58f
treeaa8ffd782feaf5d8d053378cc336cf6f167fce79
parent49d40f020b471f693fdd179729faa8be916f7114
C++: Rename some functions to better match the C API

Value::save_file -> Value::dump_file
Value::save_string -> Value::dumps
load_string -> loads
src/jansson.hpp
src/jansson.ipp
test/suites/api/test_cpp.cpp