aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_info.h')
-rw-r--r--capture_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_info.h b/capture_info.h
index fefedbf564..107d9ea931 100644
--- a/capture_info.h
+++ b/capture_info.h
@@ -37,7 +37,7 @@
extern void capture_info_open(const char *iface);
/* new file arrived - (eventually close old wtap), open wtap */
-extern void capture_info_new_file(const char *new_filename);
+extern gboolean capture_info_new_file(const char *new_filename);
/* new packets arrived - read from wtap, count */
extern void capture_info_new_packets(int to_read);