]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. In osrfListSetDefault(): install the standard function
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 3 Sep 2009 20:00:49 +0000 (20:00 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 3 Sep 2009 20:00:49 +0000 (20:00 +0000)
commitd3a5aec9cf76542ce2f00a31758308858fdb5a21
tree58f2d11690f203bddc25e26cc994c82d3f0dbcc0
parentfc2ea7ffb17c1429a22109bf4fac9ccb64c054ba
1. In osrfListSetDefault(): install the standard function
free() as the default item-freeing callback function,
instead of the gossamer-thin and useless wrapper for it,
osrfListVanillaFree().  This change eliminates a layer of
function call overhead.

2. Eliminate osrfListVanillaFree() as neither used nor useful.

3. Add doxygen-style comments to document every function.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1766 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/osrf_list.c