X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=capture.h;h=168660fdc5354ecb072d3c5549f2ee58248245b6;hb=b6069cd688d2b7b4db63da833b360144babcb41f;hp=955e2a519410e82aaf16e1dd6edb084d74f1b51a;hpb=65f8211d4fc2a9f7a612a831d26b908f66fb6c9f;p=obnox%2Fwireshark%2Fwip.git diff --git a/capture.h b/capture.h index 955e2a5194..168660fdc5 100644 --- 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.