]> 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 299a1f4388f37f14428e15a0141080f19e455b8c..a6e39066eba30806e0b8d8389e9040487a116597 100644 (file)
@@ -33,8 +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 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);