summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 13:55:26 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 13:55:26 +0000
commit542eca81f416df9891e24399b540d8a309950fe1 (patch)
tree14c37987962636180faa2afc7feecbde5a6d31b2 /include/helperfuncs.h
parent54546ce8b8ca863eb3f4024094cf012500d68683 (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/helperfuncs.h')
-rw-r--r--include/helperfuncs.h1
1 files changed, 0 insertions, 1 deletions
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, ...);