Copyright Digital Equipment Corp. All rights reserved.

FUNCSTRCLS

Message        The block-level declaration of the function "<name>"
               specifies an explicit storage class other than
               extern.

Description    A block-level declaration of a function has specified
               an explicit storage class other than extern.  HP C
               will change the storage class to extern.

User Action    Either remove the storage-class specifier, or change
               it to extern.