]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. Replaced the innards of an osrfStringArray to include an
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 12 Jan 2009 05:35:10 +0000 (05:35 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 12 Jan 2009 05:35:10 +0000 (05:35 +0000)
commit66b1ca3cbae357abb95b4a31bba1d93072762c97
tree5c58191100ca6ded7a3007c34bf3841dad1307d6
parent3d17cdceffee90e3af0bede90c82e90f2d761969
1. Replaced the innards of an osrfStringArray to include an
osrfList instead of a pointer to an osrfList.  This change
eliminates a layer of malloc and free when creating and
destroying an osrfStringArray.  It also eliminates a layer
of indirection when performing other operations.

2. Eliminated the prototype for string_array_get_total_size(),
since no such function exists.

3. Added the const qualifier to various function parameters.

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