]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
Documented all of the functions in a basic manner here. More detail to follow
[user/henk/code/inspircd.git] / include / globals.h
index 9950db422e3b050c0cc90b51ce1efdafbbea6cc8..253ca923bb4f8b66203d454fd3a87c405bb773f4 100644 (file)
 
 // include the common header files
 
-#include <typeinfo>
-#include <iostream>
 #include <string>
 #include <deque>
 #include "users.h"
-#include "channels.h"
 
 typedef std::deque<std::string> file_cache;
 typedef std::pair< std::string, std::string > KeyVal;
 typedef std::vector< KeyVal > KeyValList;
 typedef std::multimap< std::string, KeyValList > ConfigDataHash;
 
-void WriteOpers(char* text, ...);
-int isnick(const char *n);
-chanrec* FindChan(const char* chan);
-
 #endif