From 4fece25e7f8787b5d1405cf17f1ee17505bfbcdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Tue, 24 Jan 2012 17:12:56 +0000 Subject: We need a 3rd try. (After learning how to run the testuite on Windows locally). svn path=/trunk/; revision=40695 --- capture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.h') diff --git a/capture.h b/capture.h index 93ea812ba2..d4cc76986b 100644 --- a/capture.h +++ b/capture.h @@ -114,7 +114,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