X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f0ff49cc4da980f56cc08211c03b9260e6c5400f..c39d40a767a1ae36171e5bcbf6f157ff3e80fb6c:/print.h?ds=sidebyside diff --git a/print.h b/print.h index 50b17200..9caba405 100644 --- a/print.h +++ b/print.h @@ -28,12 +28,11 @@ #ifndef print_h #define print_h -void init_print(netdissect_options *ndo, u_int32_t localnet, u_int32_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,