From c219f2eea54ef19c811bc1294416fb6b30a046f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Thu, 20 Oct 2011 19:44:40 +0000 Subject: Back out infrastructure change. We missed supporting stdin and pipes. svn path=/trunk/; revision=39498 --- capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.h') diff --git a/capture.h b/capture.h index a9f1f08b49..a09829d58e 100644 --- a/capture.h +++ b/capture.h @@ -110,7 +110,7 @@ typedef struct if_stat_cache_s if_stat_cache_t; * @param if_list A GList of if_info_t items * @return A pointer to the statistics state data. */ -extern if_stat_cache_t * capture_stat_start(capture_options *capture_opts); +extern if_stat_cache_t * capture_stat_start(GList *if_list); /** * Fetch capture statistics, similar to pcap_stats(). -- cgit v1.2.3