summaryrefslogtreecommitdiff
path: root/include/message.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 10:12:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 10:12:34 +0000
commit0f61489ddb2f54d62c6a59e169901e4a17098230 (patch)
tree03be491da323f94e174ad29f25149fcfce426981 /include/message.h
parente964e2286d78ab691078db40e402f685561ef0ca (diff)
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
Diffstat (limited to 'include/message.h')
-rw-r--r--include/message.h2
1 files changed, 0 insertions, 2 deletions
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);