Move check_if_ipmask() from support.* to match.*.
authorMichael Poole <mdpoole@troilus.org>
Mon, 27 Sep 2004 13:20:24 +0000 (13:20 +0000)
committerMichael Poole <mdpoole@troilus.org>
Mon, 27 Sep 2004 13:20:24 +0000 (13:20 +0000)
commitbe28fad14b46a9012bc2367b609daef19e7646eb
treedcd7d5157d7368db499568bcf72a09a6b37fcadc
parent522addf0bccff2db2f0cf12f064b8fce3a2a4927
Move check_if_ipmask() from support.* to match.*.
Remove support.c and support.h since the remaining function is never used.
Remove all #include "support.h" and update ircd/Makefile.in.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1178 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
25 files changed:
include/match.h
include/support.h [deleted file]
ircd/Makefile.in
ircd/channel.c
ircd/gline.c
ircd/hash.c
ircd/ircd_features.c
ircd/ircd_parser.y
ircd/jupe.c
ircd/list.c
ircd/m_burst.c
ircd/m_clearmode.c
ircd/m_gline.c
ircd/m_jupe.c
ircd/m_oper.c
ircd/m_who.c
ircd/match.c
ircd/s_bsd.c
ircd/s_conf.c
ircd/s_err.c
ircd/s_misc.c
ircd/s_user.c
ircd/support.c [deleted file]
ircd/whocmds.c
ircd/whowas.c