]> git.evergreen-ils.org Git - OpenSRF.git/commit
Patch from Scott McKellar:
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 6 Dec 2008 20:37:34 +0000 (20:37 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 6 Dec 2008 20:37:34 +0000 (20:37 +0000)
commit31536f3dba13264c234573ab827f892751aae57b
tree9a523f8e82072c68cc8faabd770b08dbaef4bb2f
parent4d656b42a6a50b841a930da5979a36328b041dcd
Patch from Scott McKellar:

1. Corrected a few minor typos in the header.

2. Made the client_message_handler function static, since no other source
  file references it by name.

3. Moved several things from the header to the implementation file, of
  which all are internal details not referenced elsewhere:

-- The macros MESSAGE_LIST_HEAD and MESSAGE_LIST_ITEM
-- The declaration for struct message_list_struct, along with the
  associated typedefs

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