]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
Move Blocking/NonBlocking to socket.cpp and make inline
[user/henk/code/inspircd.git] / include / globals.h
index 6c51e18345f3a189ef7a7c02ff423d2c2ad02855..a6e39066eba30806e0b8d8389e9040487a116597 100644 (file)
@@ -33,10 +33,6 @@ typedef std::multimap< std::string, KeyValList > ConfigDataHash;
 
 void WriteOpers(char* text, ...);
 void do_log(int level, char *text, ...);
-int common_channels(userrec *u, userrec *u2);
-void WriteCommon(userrec *u, char* text, ...);
-void WriteCommonExcept(userrec *u, char* text, ...);
-void WriteWallOps(userrec *source, bool local_only, char* text, ...);
 int isnick(const char *n);
 chanrec* FindChan(const char* chan);
 void readfile(file_cache &F, const char* fname);