X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8aca26be94f1857b182ee835d48564d2c17bbf4c..1e560c81645bb3d1438ed37b320b6341d7c3eb97:/interface.h diff --git a/interface.h b/interface.h index 2c157844..92343788 100644 --- a/interface.h +++ b/interface.h @@ -80,10 +80,6 @@ extern char *program_name; /* used to generate self-identifying messages */ extern int32_t thiszone; /* seconds offset from gmt to local time */ -extern int mask2plen(uint32_t); -extern const char *tok2strary_internal(const char **, int, const char *, int); -#define tok2strary(a,f,i) tok2strary_internal(a, sizeof(a)/sizeof(a[0]),f,i) - extern void error(const char *, ...) __attribute__((noreturn)) #ifdef __ATTRIBUTE___FORMAT_OK @@ -103,10 +99,6 @@ extern char *copy_argv(char **); #include -#ifdef INET6 -extern int mask62plen(const u_char *); -#endif /*INET6*/ - #ifndef HAVE_BPF_DUMP struct bpf_program;