]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/log.h
fixed registration process (uncommitted code from afternets x3 applied)
[irc/evilnet/x3.git] / src / log.h
index bc726867fba10c8284bc9f89161bf55cf75264e3..311319ea7f03d8139e4d728c05135bd780fd9a60 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -1,7 +1,7 @@
 /* log.h - Diagnostic and error logging
  * Copyright 2000-2003 srvx Development Team
  *
- * This file is part of srvx.
+ * This file is part of x3.
  *
  * srvx is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -91,5 +91,6 @@ void log_report_entry(struct logEntry *match, void *extra);
 struct logSearch* log_discrim_create(struct userNode *service, struct userNode *user, unsigned int argc, char *argv[]);
 unsigned int log_entry_search(struct logSearch *discrim, entry_search_func esf, void *data);
 void report_entry(struct userNode *service, struct userNode *user, struct logEntry *entry);
+void SyncLog(char *fmt,...);
 
 #endif