]> jfr.im git - irc/thales.git/blobdiff - src/log.h
- server.lastsplit is not overwritten when a server rejoins.
[irc/thales.git] / src / log.h
index 23a121a913499d3e5f31a87cb6adea3f5ce3d34e..3eba0b7d710a99fd5cd722ce34ab4649c5e4767f 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -1,4 +1,4 @@
-/*  Thales - IRC to Relational Database Gateway
+/*  GNU Thales - IRC to Relational Database Gateway
  *  Copyright (C) 2002 Lucas Nussbaum <lucas@lucas-nussbaum.net>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -28,11 +28,11 @@ int open_log(void);
 void close_log(void);
 
 /* Log stuff to the log file with a datestamp. errno preserved. */
-void log(const char *fmt, ...);
+void mylog(const char *fmt, ...);
 
 /* Like log(), but tack a ": " and a system error message (as returned by strerror()) onto the end.
 */
-void log_perror(const char *fmt, ...);
+void mylog_perror(const char *fmt, ...);
 
 /* fatal error, log then go down */
 void fatal(const char *fmt, ...);