From b0cbbd12f6abdd1637681af92e5c1d79f29b8d2a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Wed, 10 Jun 2015 15:47:54 +0200 Subject: Checksum stuff must go in netdissect.h --- interface.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index f033fc71..55cecf65 100644 --- a/interface.h +++ b/interface.h @@ -135,13 +135,6 @@ extern const char *nt_errstr(uint32_t); extern int mask62plen(const u_char *); #endif /*INET6*/ -struct cksum_vec { - const uint8_t *ptr; - int len; -}; -extern uint16_t in_cksum(const struct cksum_vec *, int); -extern uint16_t in_cksum_shouldbe(uint16_t, uint16_t); - #ifndef HAVE_BPF_DUMP struct bpf_program; -- cgit v1.2.1