DOKK / manpages / debian 12 / librtfilter-dev / rtf_destroy_filter.3.en
RTF_DESTROY_FILTER(3) rtfilter library RTF_DESTROY_FILTER(3)

rtf_filter - destroys a filter

#include <rtfilter.h>

void rtf_destroy_filter(hfilter filt);

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.

None

rtf_create_filter(3)

2010 EPFL