]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
libnetdissect code must include 'netdissect.h', not 'interface.h'
[tcpdump] / netdissect.h
index 861957d84a96f3d77cb5d32bfc60f0fdb7133ca2..552d46a940c80b09dd2921304ded23e3c75df6c6 100644 (file)
@@ -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