]> jfr.im git - solanum.git/blobdiff - include/hostmask.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / hostmask.h
index 4a265aa6f20a6ced63b3007897866cb15745a653..43dadc0a3877b90d4700c806a9c13629b56f3f22 100644 (file)
@@ -21,8 +21,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: hostmask.h 2757 2006-11-10 22:58:15Z jilles $
  */
 
 #ifndef INCLUDE_hostmask_h
@@ -58,7 +56,6 @@ struct ConfItem *find_dline(struct sockaddr *, int);
                         (struct sockaddr *)&(x)->localClient->ip, CONF_KILL,\
                         (x)->localClient->ip.ss_family, (x)->username, NULL))
 
-void report_Klines(struct Client *);
 void report_auth(struct Client *);
 #ifdef RB_IPV6
 int match_ipv6(struct sockaddr *, struct sockaddr *, int);