X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/90ddb17d272bbe39dccc08f7b109077b73996fee..d9a787e4995b4b5101e410ed1e93367907ab9fe2:/netdissect.h diff --git a/netdissect.h b/netdissect.h index 44d4df0f..96b6c0e7 100644 --- a/netdissect.h +++ b/netdissect.h @@ -391,7 +391,6 @@ extern void unsigned_relts_print(netdissect_options *, uint32_t); extern void fn_print_char(netdissect_options *, u_char); extern void fn_print_str(netdissect_options *, const u_char *); -extern int nd_print(netdissect_options *, const u_char *, const u_char *); extern u_int nd_printztn(netdissect_options *, const u_char *, u_int, const u_char *); extern int nd_printn(netdissect_options *, const u_char *, u_int, const u_char *); extern void nd_printjn(netdissect_options *, const u_char *, u_int);