From 0f61489ddb2f54d62c6a59e169901e4a17098230 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 9 Aug 2006 10:12:34 +0000 Subject: Move Blocking/NonBlocking to socket.cpp and make inline git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4806 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/message.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/message.h') diff --git a/include/message.h b/include/message.h index edcda3da9..7d7f4b007 100644 --- a/include/message.h +++ b/include/message.h @@ -28,8 +28,6 @@ #include "users.h" #include "channels.h" -void Blocking(int s); -void NonBlocking(int s); int c_count(userrec* u); void ChangeName(userrec* user, const char* gecos); void ChangeDisplayedHost(userrec* user, const char* host); -- cgit v1.2.3