mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Remove do_log() prototypes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4810 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
54546ce8b8
commit
542eca81f4
@ -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);
|
||||
|
@ -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, ...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user