]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
libnetdissect code must include 'netdissect.h', not 'interface.h'
[tcpdump] / interface.h
index 1a67eb3989837f82e0860e161ebdf7e1c6014446..01de9ea293d9ead8050f8d5879f8b447f2bdb5b2 100644 (file)
@@ -69,8 +69,6 @@ extern char *strsep(char **, const char *);
 
 extern char *program_name;     /* used to generate self-identifying messages */
 
-extern int32_t thiszone;       /* seconds offset from gmt to local time */
-
 extern void error(const char *, ...)
      __attribute__((noreturn))
 #ifdef __ATTRIBUTE___FORMAT_OK
@@ -94,5 +92,3 @@ struct bpf_program;
 extern void bpf_dump(const struct bpf_program *, int);
 
 #endif
-
-#include "netdissect.h"