]> git.evergreen-ils.org Git - OpenSRF.git/commit
Two patches from Scott McKellar:
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 26 Nov 2008 17:56:42 +0000 (17:56 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 26 Nov 2008 17:56:42 +0000 (17:56 +0000)
commitb8389b1825db81527cb9b7631cf21e6b0962fe90
treea6aad4f65a9f63b407223bc00a4c0deab9b8a2cc
parent5f4156a6b501003f0af582a7b4382cadaad10ee6
Two patches from Scott McKellar:

In some earlier patches I eliminated the old osrf_app_client_session_init
function in favor of its camel-case equivalent.  Unfortunately I didn't
notice that the new function now puts the old function's name into an
error message.  Here's the fix for that little oversight.

---

These patches replace a couple of deprecated identifiers with their
camel-case equivalents:

    osrf_message ==> osrfMessage
    string_array ==> osrfStringArray

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