Remove stale function declaration

This commit is contained in:
Andrey V. Elsukov 2016-04-21 11:02:06 +00:00
parent efb10c3ce7
commit 61a292a396
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298399

View File

@ -354,8 +354,6 @@ extern int ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav,
extern int ipsec4_process_packet(struct mbuf *, struct ipsecrequest *);
extern int ipsec_process_done(struct mbuf *, struct ipsecrequest *);
extern struct mbuf *ipsec_copypkt(struct mbuf *);
extern void m_checkalignment(const char* where, struct mbuf *m0,
int off, int len);
extern struct mbuf *m_makespace(struct mbuf *m0, int skip, int hlen, int *off);