]> git.evergreen-ils.org Git - OpenSRF.git/commit
Patch from Scott McKellar:
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 6 Dec 2008 02:28:54 +0000 (02:28 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 6 Dec 2008 02:28:54 +0000 (02:28 +0000)
commit4d656b42a6a50b841a930da5979a36328b041dcd
tree23f2cbfb753cb21fc6de2c98b9b451cb2b701850
parentce935966b17b96b43260848abf2e15240ab2352e
Patch from Scott McKellar:

These patches eliminate several deprecated identifiers in favor of their
camel case equivalents.  All these identifiers have already been
eliminated from elsewhere in the source tree:

   string_array             ==> osrfStringArray
   init_string_array        ==> osrfNewStringArray
   string_array_add         ==> osrfStringArrayAdd
   string_array_get_string  ==> osrfStringArrayGetString
   string_array_destroy     ==> osrfStringArrayFree

With these patches I complete my pet project of eliminating redundant and
deprecated identifiers (unless of course I discover others that I hadn't
noticed before).

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