Copyright Digital Equipment Corp. All rights reserved.

NEEDFUNCPTR

Message        <Context> "<expression>" points to <type> type, but
               occurs in a context that requires a pointer to a
               function type.

Description    An expression that must be a pointer to a function
               type is a pointer to an object or incomplete type.
               For example, if a function invocation expression is a
               pointer, it must be a pointer to a function type.

User Action    Modify the expression so that it is a pointer to a
               function type.