aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-10-03 14:27:45 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-10-03 14:27:45 +0000
commite23201c62a65bbac178b27ffb4d067c3de109301 (patch)
tree12ce7c6d55d40c055745c1cf6ca1933883d39f71 /epan/funnel.h
parent3474ea868c8822f54eecd736a8abadbf2203e60d (diff)
- Make sure that the registration files are created whenever there's a change
- get rid of 5.0.2 stuff - add the apply_filter() API svn path=/trunk/; revision=19406
Diffstat (limited to 'epan/funnel.h')
-rw-r--r--epan/funnel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/funnel.h b/epan/funnel.h
index 65264a896a..2c1bf7afe9 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -87,6 +87,7 @@ typedef struct _funnel_ops_t {
void (*set_filter)(const char*);
gboolean (*open_file)(const char* fname, const char* filter, char** error);
void (*reload)(void);
+ void (*apply_filter)(void);
} funnel_ops_t;