diff options
author | Jörg Mayer <jmayer@loplof.de> | 2005-12-18 23:18:06 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2005-12-18 23:18:06 +0000 |
commit | b06bd208d001cee335a6be13706d4ffd08b87c3d (patch) | |
tree | c75e86f9e28751a7d5dbf58e8cd8f15535b16ed7 /capture_opts.h | |
parent | b7d11ac06c2d60efe46fe9df36ff9a855924d3a8 (diff) | |
download | wireshark-b06bd208d001cee335a6be13706d4ffd08b87c3d.tar.gz wireshark-b06bd208d001cee335a6be13706d4ffd08b87c3d.tar.bz2 wireshark-b06bd208d001cee335a6be13706d4ffd08b87c3d.zip |
warning: function declaration isn't a prototype
svn path=/trunk/; revision=16852
Diffstat (limited to 'capture_opts.h')
-rw-r--r-- | capture_opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h index 193866d583..44fbfa28f8 100644 --- a/capture_opts.h +++ b/capture_opts.h @@ -115,7 +115,7 @@ capture_opts_list_link_layer_types(capture_options *capture_opts); /* list interfaces */ extern void -capture_opts_list_interfaces(); +capture_opts_list_interfaces(void); /* trim the snaplen entry */ extern void |