rtf_filter - destroys a filter
Contents
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);
