diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-05-25 13:52:51 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-05-25 13:52:51 +0000 |
commit | 5265bc60138160bd8ac706a89335a79167e5d4b4 (patch) | |
tree | 3f32bfbaf6299bdbc3d6bb403c67849b2a92711e /sys/netipx/spx_var.h | |
parent | 37516046a2c1bff38c4d5878996c08df0a018dfa (diff) | |
download | src-5265bc60138160bd8ac706a89335a79167e5d4b4.tar.gz src-5265bc60138160bd8ac706a89335a79167e5d4b4.zip |
Staticize spx_remque() now that it's only used from spx_reass.c.
Notes
Notes:
svn path=/head/; revision=192758
Diffstat (limited to 'sys/netipx/spx_var.h')
-rw-r--r-- | sys/netipx/spx_var.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netipx/spx_var.h b/sys/netipx/spx_var.h index cf599fac9b9c..8325b7f92084 100644 --- a/sys/netipx/spx_var.h +++ b/sys/netipx/spx_var.h @@ -155,7 +155,6 @@ int spx_output(struct spxpcb *cb, struct mbuf *m0); int spx_reass(struct spxpcb *cb, struct spx *si); void spx_reass_flush(struct spxpcb *cb); void spx_reass_init(struct spxpcb *cb); -void spx_remque(struct spx_q *element); #endif #endif /* !_NETIPX_SPX_VAR_H_ */ |