ip: get rid of update_mtucache() and restrict_mtu() prototypes

This commit is contained in:
cinap_lenrek 2016-11-15 22:13:08 +01:00
parent 30c5c3404b
commit 323d625864

View file

@ -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
*/