Man Page: rtf_destroy_filter
Operating Environment: debian
Section: 3
RTF_DESTROY_FILTER(3) rtfilter library RTF_DESTROY_FILTER(3)NAMErtf_filter - destroys a filterSYNOPSIS#include <rtfilter.h> void rtf_destroy_filter(hfilter filt);DESCRIPTIONThis 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.RETURN VALUENoneSEE ALSOrtf_create_filter(3)EPFL2010 RTF_DESTROY_FILTER(3)