Copyright Digital Equipment Corp. All rights reserved.

BIFPROTO

Message        <Context> the built-in function, "<name>", requires a
               prototype declaration from <filename>.

Description    Invoking a built-in function requires that the
               function be declared before it is invoked.  This
               should be done by including the header file noted in
               the message.

User Action    Include the header file before the function is
               invoked.