]> git.evergreen-ils.org Git - OpenSRF.git/commit
Add three new functions:
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 10 Dec 2009 06:21:41 +0000 (06:21 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 10 Dec 2009 06:21:41 +0000 (06:21 +0000)
commit773c07332c97bfa475a658b8c75c0912c016d5ee
tree40566787eb64f8b2705ce02580ce6b575466bc75
parentf3dc160641570d8df3a665b4f3e9ffbe770ecc50
Add three new functions:

osrfListSwap() -- swaps the contents of two osrfLists

osrfStringArrayClear() -- renders an osrfStringArray empty

osrfStringArraySwap() -- swaps the contents of two osrfStringArrays

M    include/opensrf/osrf_list.h
M    src/libopensrf/string_array.c
M    src/libopensrf/osrf_list.c

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