aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-12-11 13:56:12 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-11 13:35:24 +0000
commitc9546dfceb778dcabe7a830272add62e6ae1403e (patch)
tree2be7ab9143e7bf08f7ac7b95e7ac514756fc1870 /capture_info.h
parent84f905786ed2b2aabaec9a0c1045daeda66358ba (diff)
[capture_info] Move capture_info_new_file() to capture.c
Change-Id: I9137af6461921d7553a8968743f61f2265424061 Reviewed-on: https://code.wireshark.org/review/24767 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'capture_info.h')
-rw-r--r--capture_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture_info.h b/capture_info.h
index aa5953595c..c01d1f8a7a 100644
--- a/capture_info.h
+++ b/capture_info.h
@@ -49,10 +49,6 @@ typedef struct _info_data {
capture_info ui; /* user interface data */
} info_data_t;
-
-/* new file arrived - (eventually close old wtap), open wtap */
-extern gboolean capture_info_new_file(const char *new_filename, info_data_t* cap_info);
-
/* new packets arrived - read from wtap, count */
extern void capture_info_new_packets(int to_read, info_data_t* cap_info);