Use of const-correct osrfObjectGetKeyConst() from Scott McKellar:
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 30 Sep 2007 17:56:45 +0000 (17:56 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 30 Sep 2007 17:56:45 +0000 (17:56 +0000)
commitb7ec33f3d284f72555936333863c6470a5dc000b
tree9d97f10afa805e7e7b73bddb52ad35ac1c8aa8b6
parent1d6d0446b3a3b5bee4077e7a22e9e176216ba5c3
Use of const-correct osrfObjectGetKeyConst() from Scott McKellar:

1. It replaces jsonObjectGetKey() with jsonObjectGetKeyConst().

2. It uses const pointers, instead of non-const pointers, to capture
the return values of jsonObjectGetIndex() and jsonObjectGetString().

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1096 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/osrf_message.c