X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/77453f535584e4854488c0325e4cf67b19180edd..0023eaa78f123676bfa9c5fba72ea4b8a59aaa70:/print.h diff --git a/print.h b/print.h index 9632694e..9caba405 100644 --- a/print.h +++ b/print.h @@ -28,12 +28,11 @@ #ifndef print_h #define print_h -void init_print(netdissect_options *ndo, uint32_t localnet, uint32_t mask, - uint32_t timezone_offset); +void init_print(netdissect_options *ndo, uint32_t localnet, uint32_t mask); int has_printer(int type); -if_printer get_if_printer(netdissect_options *ndo, int type); +if_printer get_if_printer(int type); void pretty_print_packet(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *sp,