summaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h
index 9950db422..d30f18ede 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -31,8 +31,6 @@ 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