]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. Moved the declaration of the osrf_host_config struct out of the header.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 8 Sep 2009 20:46:23 +0000 (20:46 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 8 Sep 2009 20:46:23 +0000 (20:46 +0000)
commitf4307af760844f0b8e45f30689df36243c85b883
treed318c9552d662f79741cc21d8246ffcb3536cdde
parentf90bf88f44fca544675bd1917a82bd0fcdc883f4
1. Moved the declaration of the osrf_host_config struct out of the header.
Nothing outside of osrf_settings.c needs access to any members of this
struct.

2. Made the osrf_settings_new_host_config function static; removed its
prototype from the header.

3. Made the "config" pointer static.

4. Rearranged osrf_settings_free_host_config a bit to protect against
attempts to free the cached config twice.

5. Finished adding doxygen-style markup comments.

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