<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/namespace.c">
<Name>LQU_NameRefFunctionTakesArgument</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Returns non-zero if the function pointer associated with
the given Name Ref is a pointer to a function that takes an
argument.  Before calling this function (or macro), you 
should check that LQU_NameRefVariablePointsToFunction
returns non-zero for the given NameRef.</P>
<Notes>
<P>The NameRef must be valid.</P>
</Function>
<Decl>
API int
LQU_NameRefFunctionTakesArgument(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
