]> git.decadent.org.uk Git - nfs-utils.git/commit - utils/statd/sm-notify.c
sm-notify command: use static function definitions
authorChuck Lever <chuck.lever@oracle.com>
Fri, 26 Sep 2008 17:25:19 +0000 (13:25 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 26 Sep 2008 17:25:19 +0000 (13:25 -0400)
commit69620a042d1151871a31f07ccd210b2dab49c628
tree321342902f9639095e24eef28b0238659d2027d2
parent93e355bf3a07b7565d88c1139ff24d1eb4f0a275
sm-notify command: use static function definitions

Clean up.

The sm-notify command is built from a single source file.
Some of its internal functions are appropriately defined as static.

However, some are declared static, but defined as global.  Some are
declared and defined as global.  None of them are used outside of
utils/statd/sm-notify.c.

Make all the internal functions in utils/statd/sm-notify.cstatic.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/statd/sm-notify.c