diff options
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index a640dfe9b..07c32303f 100644 --- a/include/globals.h +++ b/include/globals.h @@ -19,7 +19,7 @@ typedef deque<string> file_cache; void WriteOpers(char* text, ...); -void debug(char *text, ...); +void log(int level, char *text, ...); void Write(int sock,char *text, ...); void WriteServ(int sock, char* text, ...); void WriteFrom(int sock, userrec *user,char* text, ...); |