<!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_SetNameRefFunctionTakesArgument</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Stores within the NameRef the fact that the variable
associated with it is a pointer to a function that takes
an argument.  The NameRef must previously have been marked
as being associated with a function pointer using
LQU_SetNameRefVariablePointsToFunction.</P>
<Notes>
<P>The NameRef must be valid.</P>
</Function>
<Decl>
API void
LQU_SetNameRefFunctionTakesArgument(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
