diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-11-15 22:13:08 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-11-15 22:13:08 +0100 |
| commit | 323d625864651cb5cec7ba5be42ec8e0b633266e (patch) | |
| tree | 5b1ff25ed5fe44d1414a000e1852dc90598375b4 | |
| parent | 30c5c3404bec22f78cd1334f750876f5ab47ccd8 (diff) | |
| download | plan9front-323d625864651cb5cec7ba5be42ec8e0b633266e.tar.xz | |
ip: get rid of update_mtucache() and restrict_mtu() prototypes
| -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 */ |
