aboutsummaryrefslogtreecommitdiffstats
path: root/capture_info.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-12-11 13:10:30 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-11 13:00:25 +0000
commit84f905786ed2b2aabaec9a0c1045daeda66358ba (patch)
tree0231307847d9998ed7d35bbd7a7707f39b498c4e /capture_info.h
parent397e2a2d74e9c6ea103d3b4c30794552041e39c2 (diff)
[capture_info] Fold the code of capture_info_open() into ui/capture.c
Change-Id: Id302e88bed4da8b9b457049fb78b0bc7d7ffabe3 Reviewed-on: https://code.wireshark.org/review/24766 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_info.h b/capture_info.h
index 9a5cdd5b53..aa5953595c 100644
--- a/capture_info.h
+++ b/capture_info.h
@@ -49,8 +49,6 @@ typedef struct _info_data {
capture_info ui; /* user interface data */
} info_data_t;
-/* open the info - init values (wtap, counts), create dialog */
-extern void capture_info_open(capture_session *cap_session, info_data_t* cap_info);
/* new file arrived - (eventually close old wtap), open wtap */
extern gboolean capture_info_new_file(const char *new_filename, info_data_t* cap_info);