Rx: move TSFPQ prototypes from rx_globals.h to rx_protoypes.h
authorJeffrey Altman <jaltman@your-file-system.com>
Sun, 19 Sep 2010 16:08:42 +0000 (09:08 -0700)
committerDerrick Brashear <shadow@dementia.org>
Mon, 20 Sep 2010 08:59:18 +0000 (01:59 -0700)
commit00afdbed0ff474aaf45a49b157843af9cb8483ad
tree0e99bd0cdef16a92a40b687a7b6a4ce3f4931e15
parent8549ebe0a81ac9a526d13f96ba63e048d8b77aa7
Rx: move TSFPQ prototypes from rx_globals.h to rx_protoypes.h

Function prototypes belong in rx_prototypes.h not in rx_globals.h.

Remove EXT macro from function prototypes as functions do not
require special treatment in order to be exported by a DLL on Windows.

Change-Id: Ieb617db634f2cfa57410e77e276c703311304547
Reviewed-on: http://gerrit.openafs.org/2777
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_globals.h
src/rx/rx_prototypes.h