Patch from Scott McKellar:
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 12 Apr 2008 02:50:12 +0000 (02:50 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 12 Apr 2008 02:50:12 +0000 (02:50 +0000)
commit824a70414ae74075f5840372207d808f229af380
treee0cfb1d3e9d13558be40e0cfe8d321dec90ea12a
parentdca23d9b06579331d5858b0018b2e93c410decf2
Patch from Scott McKellar:

These patches add two new functions to the osrfHash routines, and
apply them in several modules.  THe purpose is to eliminate the
access of an osrfHash's internals by the client code, so that the
internals can be replaced more readily.

Those internals haven't changed yet, but they will.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1310 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/osrf_hash.h
src/libopensrf/osrf_hash.c
src/libopensrf/osrf_json_object.c
src/router/osrf_router.c