<!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_SetNameRefVariableAllocatedByLibrary</Name>
<Class>Utilities/Name Space
<Purpose>
<P>Stores within the NameRef the fact that the variable
associated with it is a piece of dynamically allocated memory
internal to the Name Space library.</P>
<Notes>
<P>The NameRef must be valid.</P>
<P>This function should not be used by client software.</P>
</Function>
<Decl>
API int
LQU_SetNameRefVariableAllocatedByLibrary(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
<Entry dir="liblqutil">
<Function File="../../src/liblqutil/namespace.c">
<Name>LQU_SetNameRefVariableAllocatedByLibrary</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.</P>
<Notes>
<P>The NameRef must be valid.</P>
</Function>
<Decl>
API void
LQU_SetNameRefVariablePointsToFunction(NameRef)
    t_NameRef NameRef;
</Decl>
</Entry>
