aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-04 08:27:41 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-04 08:27:41 +0000
commit9f171b0485efc6755668224724f0a202a360903c (patch)
tree70ced9ea4d2895999790d9144bf4a5560c7bbe85 /file.h
parentb1d285c3751d8975365980ecb30fe6aad479e289 (diff)
remove #include "globals.h" and access to global cfile, use access functions and capture_opts instead
svn path=/trunk/; revision=13283
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.h b/file.h
index fb1b3f97d6..1584f994ad 100644
--- a/file.h
+++ b/file.h
@@ -56,6 +56,8 @@ int cf_packet_count(capture_file *cf);
gboolean cf_is_tempfile(capture_file *cf);
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);
gboolean
cf_merge_files(const char *out_filename, int out_fd, int in_file_count,