diff options
| author | 2005-05-15 22:58:24 +0000 | |
|---|---|---|
| committer | 2005-05-15 22:58:24 +0000 | |
| commit | ab01aaeeee9aed655df2eec2522072233fe3aa57 (patch) | |
| tree | ba5f3d6f130e6363491afe8d2d1808c8033a8878 /include/message.h | |
| parent | Changed to use __single_client_alloc, supposedly faster in single-thread situ... (diff) | |
Changed to use __single_client_alloc, faster on most systems in a single thread
Specified namespace std in *all* files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/message.h')
| -rw-r--r-- | include/message.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/message.h b/include/message.h index f6865453c..d00cae30e 100644 --- a/include/message.h +++ b/include/message.h @@ -31,8 +31,6 @@ int common_channels(userrec *u, userrec *u2); void chop(char* str); void tidystring(char* str); -void safedelete(chanrec *p); -void safedelete(userrec *p); void Blocking(int s); void NonBlocking(int s); int CleanAndResolve (char *resolvedHost, const char *unresolvedHost); |
