1RTF_DESTROY_FILTER(3)          rtfilter library          RTF_DESTROY_FILTER(3)
2
3
4

NAME

6       rtf_filter - destroys a filter
7

SYNOPSIS

9       #include <rtfilter.h>
10
11       void rtf_destroy_filter(hfilter filt);
12

DESCRIPTION

14       This  function  destroys  the  filter referenced by the handle filt and
15       free all the associated resources. After destruction, no  reference  to
16       filt  should  be  made.  If  filt is NULL, the function returns without
17       doing anything.
18

RETURN VALUE

20       None
21

SEE ALSO

23       rtf_create_filter(3)
24
25
26
27
28EPFL                                 2010                RTF_DESTROY_FILTER(3)
Impressum