X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/99c91c3aec40b691641374f58e798bd8d6b657bd..f5fe14663d9ed32b7a995ed0924c04e705f74237:/netdissect.h diff --git a/netdissect.h b/netdissect.h index 861957d8..552d46a9 100644 --- a/netdissect.h +++ b/netdissect.h @@ -40,6 +40,8 @@ #include "ip.h" /* struct ip for nextproto4_cksum() */ +extern int32_t thiszone; /* seconds offset from gmt to local time */ + #if !defined(HAVE_SNPRINTF) int snprintf (char *str, size_t sz, const char *format, ...) #ifdef __ATTRIBUTE___FORMAT_OK