1RTF_DESTROY_FILTER(3) rtfilter library RTF_DESTROY_FILTER(3)
23
4
NAME
6rtf_filter - destroys a filter
7
SYNOPSIS
9#include <rtfilter.h>
1011
void rtf_destroy_filter(hfilter filt);
12
DESCRIPTION
14This function destroys the filter referenced by the handle filt and
15free all the associated resources. After destruction, no reference to
16filt should be made. If filt is NULL, the function returns without
17doing anything.
18
RETURN VALUE
20None
21
SEE ALSO
23rtf_create_filter(3)
2425
26
27
28
EPFL 2010 RTF_DESTROY_FILTER(3)