Tidied up various things:
1. Miscellaneous adjustments to white space.
2. Added doxygen-style comments to document all functions. Removed most
comments from the header so that they won't override those in the
implementation file.
3. Slightly rearranged or otherwise tweaked the logic here and there
for clarity.
4. osrf_messasge_set_locale() now returns a const pointer, to discourage
the calling code from changing or freeing the message's copy of the
locale.
5. Eliminated the full_param_string member of osrfMessage. We weren't
using it for anything, except to initialize it to NULL.
6. Plugged several memory leaks (potential but not actual).
7. Made osrfMessageToJSON a static function. No other source file
needs to call it.
8. Replaced a couple of calls to jsonObjectToSimpleString() with calls
to jsonObjectGetString(), in order to eliminate a malloc and free.
M include/opensrf/osrf_message.h
M src/libopensrf/osrf_message.c
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1849
9efc2488-bf62-4759-914b-
345cdb29e865