diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-09 13:55:26 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-09 13:55:26 +0000 |
commit | 542eca81f416df9891e24399b540d8a309950fe1 (patch) | |
tree | 14c37987962636180faa2afc7feecbde5a6d31b2 /include/globals.h | |
parent | 54546ce8b8ca863eb3f4024094cf012500d68683 (diff) |
Remove do_log() prototypes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4810 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index a6e39066e..c0fca8fd8 100644 --- a/include/globals.h +++ b/include/globals.h @@ -32,7 +32,6 @@ typedef std::vector< KeyVal > KeyValList; typedef std::multimap< std::string, KeyValList > ConfigDataHash; void WriteOpers(char* text, ...); -void do_log(int level, char *text, ...); int isnick(const char *n); chanrec* FindChan(const char* chan); void readfile(file_cache &F, const char* fname); |