]> git.evergreen-ils.org Git - OpenSRF.git/commit
Changed the signature of osrfStringArrayGetString():
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 13 Sep 2009 03:04:04 +0000 (03:04 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 13 Sep 2009 03:04:04 +0000 (03:04 +0000)
commitd12a1a68aa6152167a3cb47d8a37cdcdf21afaef
tree3004503fdef179da8b3e0befa7d9fc8c6086cda9
parentd2bf9d3835de9249f740b510614d163260bc08b7
Changed the signature of osrfStringArrayGetString():

1. It receives a pointer to osrfStringArray.  That pointer
is now a pointer to const.

2. It returns a character pointer.  That pointer is now a
pointer to const.

I have already examined all existing calls to this function,
and modified them where necessary.

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