Copyright Digital Equipment Corp. All rights reserved.

UNREFSFUNC

Message        A static function definition or prototype is found,
               but never referenced.

Description    A static function declaration was found in this
               module, but is unused when compiling with the current
               settings.

User Action    Examine your code to determine if this function is
               needed in this module.