<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/trace.c">
<Name>LQT_UnSetTraceFlag</Name>
<Class>Tracing
<Purpose>
<P>The given flag is removed from the current lq-text trace flags.
You can combine multiple flag values using bitwise or.</P>
<P>This routine can be used in conjunction with LQT_GetTraceFlags to
unset all of the current flags.</P>
<Returns>
1 if any of the given flags were set, and 0 otherwise.
<Errors>
An attempt to unset flags that were not set produces an error
of type E_WARN|E_INTERNAL.
<SeeAlso>
LQT_Trace
LQT_GetTraceFlags
LQT_SetTraceFlagsFromString
</Function>
<Decl>
API int
LQT_UnSetTraceFlag(theFlag)
    t_TraceFlag theFlag;
</Decl>
</Entry>
