diff options
| -rw-r--r-- | sys/src/9/ip/ip.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/ip/ip.h b/sys/src/9/ip/ip.h index 4052f5f8a..8d9a09f1d 100644 --- a/sys/src/9/ip/ip.h +++ b/sys/src/9/ip/ip.h @@ -721,8 +721,7 @@ extern int ipstats(Fs*, char*, int); extern ushort ptclbsum(uchar*, int); extern ushort ptclcsum(Block*, int, int); extern void ip_init(Fs*); -extern void update_mtucache(uchar*, ulong); -extern ulong restrict_mtu(uchar*, ulong); + /* * bootp.c */ |
