From 983f18f8348c96edd3086e750db29778bec8b042 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 18 Jul 2006 21:43:37 +0000 Subject: Tried to implement sprintf that returns std::string of any size, realized it would scale like unreal scales to ircnet (e.g. it wouldnt!) so took it back out. Moved chop() functionality into userrec::AddWriteBuf and make it nicer (no strlen) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4433 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/message.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/message.h b/include/message.h index dd653e33b..c1e1932fb 100644 --- a/include/message.h +++ b/include/message.h @@ -29,8 +29,6 @@ #include "channels.h" int common_channels(userrec *u, userrec *u2); -void chop(char* str); -void tidystring(char* str); void Blocking(int s); void NonBlocking(int s); int CleanAndResolve (char *resolvedHost, const char *unresolvedHost, bool forward); -- cgit v1.2.3