]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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, 27 Sep 2010 15:31:20 +0000 (08:31 -0700)
commite7bd67e5bd700b502f47a7c82bb19b4ad98f7dab
treecd32f6cf9ed764866110670281072a036aa732d5
parent36ce1b03e4d9a01f7a128b2deabf03b4ace4ecf0
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>
(cherry picked from commit 00afdbed0ff474aaf45a49b157843af9cb8483ad)
Reviewed-on: http://gerrit.openafs.org/2812
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
src/rx/rx_globals.h
src/rx/rx_prototypes.h