Add WIN32 platform sources
[obnox/wireshark/wip.git] / capture.h
index 955e2a519410e82aaf16e1dd6edb084d74f1b51a..168660fdc5354ecb072d3c5549f2ee58248245b6 100644 (file)
--- a/capture.h
+++ b/capture.h
@@ -83,7 +83,7 @@ extern void capture_input_new_packets(capture_options *capture_opts, int to_read
 /**
  * Capture child told us how many dropped packets it counted.
  */
-extern void capture_input_drops(capture_options *capture_opts, int dropped);
+extern void capture_input_drops(capture_options *capture_opts, guint32 dropped);
 
 /**
  * Capture child told us that an error has occurred while starting the capture.