aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
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,