rx: Tidy up function scope in rx.c
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 7 Dec 2011 19:14:03 +0000 (19:14 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 9 Apr 2012 11:54:44 +0000 (04:54 -0700)
commita20c4893670df80c15585f68d244f2f82bfa0758
tree43fcd7d4e7f70142aec7fcb0bade8184cbe774d6
parent084c2c1687fda07c768837e8fd7cc0904818f977
rx: Tidy up function scope in rx.c

Rework headers to more clearly indicate which functions in rx.c
are considered part of the 'public' rx interface, and which are for
internal use only.

Move internal functions either to be static in rx.c
(if they are used only within that file), or defined in
rx_internal.h.

Remove entirely the unused function rxi_NatKeepAliveOn()

Change-Id: I878374dc137f4c7e204de4b2d9ca17fa1c5db628
Reviewed-on: http://gerrit.openafs.org/6998
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/rx/DARWIN/rx_knet.c
src/rx/UKERNEL/rx_knet.c
src/rx/rx.c
src/rx/rx_internal.h
src/rx/rx_kcommon.c
src/rx/rx_lwp.c
src/rx/rx_prototypes.h
src/rx/rx_pthread.c
src/rx/rx_rdwr.c