X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/26498833b72fe86ef84f4bdef62fbc18af5bcd52..5d6a1edd068e89b14f7525f11f992c46e16cfc2f:/interface.h diff --git a/interface.h b/interface.h index 2acf307b..6a0978e1 100644 --- a/interface.h +++ b/interface.h @@ -166,10 +166,6 @@ extern void ascii_print(const u_char *, u_int); extern void decnet_print(const u_char *, u_int, u_int); extern void default_print(const u_char *, u_int); extern char *q922_string(const u_char *); -extern void nfsreply_print(const u_char *, u_int, const u_char *); -extern void nfsreply_print_noaddr(const u_char *, u_int, const u_char *); -extern void nfsreq_print(const u_char *, u_int, const u_char *); -extern void nfsreq_print_noaddr(const u_char *, u_int, const u_char *); extern void ospf_print(const u_char *, u_int, const u_char *); extern void rsvp_print(const u_char *, u_int); extern void lldp_print(const u_char *, u_int);