diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/globals.h | 1 | ||||
-rw-r--r-- | include/helperfuncs.h | 1 |
2 files changed, 0 insertions, 2 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); diff --git a/include/helperfuncs.h b/include/helperfuncs.h index e5b563051..44f9aba49 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -45,7 +45,6 @@ #define STRINGIFY(x) STRINGIFY2(x) #define log(l, x, args...) InspIRCd::Log(l, __FILE__ ":" STRINGIFY(__LINE__) ": " x, ##args) -void do_log(int level, const char *text, ...); void readfile(file_cache &F, const char* fname); void WriteOpers(const char* text, ...); |