diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-28 20:56:02 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-28 20:56:02 +0100 |
commit | ddefbd82c9b42b1feb26144d3228acef45abce9e (patch) | |
tree | 8e87be86eb614ceacb15654dc60c913c63992d0c /netdissect.h | |
parent | 8e5898dd615c019cebd506c0680db6e445b22ee5 (diff) | |
download | tcpdump-ddefbd82c9b42b1feb26144d3228acef45abce9e.tar.gz |
ARCNET: Update the link-layer dissectors to void functions
Diffstat (limited to 'netdissect.h')
-rw-r--r-- | netdissect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netdissect.h b/netdissect.h index 401d62d7..1be9c162 100644 --- a/netdissect.h +++ b/netdissect.h @@ -464,8 +464,8 @@ extern if_printer_t lookup_printer(netdissect_options *, int); /* The DLT printer routines */ extern void ap1394_if_print IF_PRINTER_ARGS; -extern u_int arcnet_if_print IF_PRINTER_ARGS; -extern u_int arcnet_linux_if_print IF_PRINTER_ARGS; +extern void arcnet_if_print IF_PRINTER_ARGS; +extern void arcnet_linux_if_print IF_PRINTER_ARGS; extern u_int atm_if_print IF_PRINTER_ARGS; extern void bt_if_print IF_PRINTER_ARGS; extern u_int brcm_tag_if_print IF_PRINTER_ARGS; |