logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rtf_filter - destroys a filter

Description

       This  function  destroys  the filter referenced by the handle filt and free all the associated resources.
       After destruction, no reference to filt should be made. If filt is NULL,  the  function  returns  without
       doing anything.

Name

       rtf_filter - destroys a filter

Return Value

       None

See Also

rtf_create_filter(3)

EPFL                                                  2010                                 RTF_DESTROY_FILTER(3)

Synopsis

#include<rtfilter.h>voidrtf_destroy_filter(hfilterfilt);

See Also