aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-04 08:42:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-04 08:42:39 +0000
commit10ee9093c8913a0505516a78a1ac0fa4b13b2810 (patch)
tree76fa3db0b96238250ac301677fcb65169b5c725c /file.h
parent9f171b0485efc6755668224724f0a202a360903c (diff)
remove #include "globals.h" and access to global cfile, use access functions and capture_opts instead
svn path=/trunk/; revision=13284
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index 1584f994ad..763c6b8d54 100644
--- a/file.h
+++ b/file.h
@@ -58,6 +58,7 @@ void cf_set_drops_known(capture_file *cf, gboolean drops_known);
void cf_set_drops(capture_file *cf, guint32 drops);
gchar *cf_get_iface(capture_file *cf);
void cf_set_rfcode(capture_file *cf, dfilter_t *rfcode);
+gchar *cf_get_cfilter(capture_file *cf);
gboolean
cf_merge_files(const char *out_filename, int out_fd, int in_file_count,