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