1. Added doxygen-style comments to document all functions.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 22 Feb 2010 17:53:35 +0000 (17:53 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 22 Feb 2010 17:53:35 +0000 (17:53 +0000)
commit0cf19359c8f1ec01b6dd99194381c999f3256b43
treed6e845ac5c1f857ca85374ea1262a3f02cad7db8
parent29ba178c126ab7758e4647078a24549765f4be24
1. Added doxygen-style comments to document all functions.

2. For osrfConfigHasDefault() and osrfConfigCleanup(): added a formal void parameter
so that the header will contain prototypes rather than mere declarations.

3. In osrfConfigValueObject: added a sanity check for a non-loaded configuration.

4. In osrfConfigGetValueList(): replaced a call to jsonObjectToSimpleString() with
a call to jsonObjectGetString(), in order to eliminate a malloc() and free().

5. Tidied up the white space here and there.

M    include/opensrf/osrfConfig.h
M    src/libopensrf/osrfConfig.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1929 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/osrfConfig.h
src/libopensrf/osrfConfig.c