logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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