aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-10-20 19:44:40 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-10-20 19:44:40 +0000
commitc219f2eea54ef19c811bc1294416fb6b30a046f8 (patch)
treecced8090a0b70bd451688295b593f651386440d4 /capture.h
parent3c1f16f904b786a6e98325362ae95b80ac41819f (diff)
Back out infrastructure change. We missed supporting
stdin and pipes. svn path=/trunk/; revision=39498
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
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().