]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/log.h
Couple of srvx updates.
[irc/evilnet/x3.git] / src / log.h
index 9488f15cd7723ecf416d95df7b6355a520e28191..124f0613290723abc4021eceb18474093da2b9aa 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -1,11 +1,11 @@
 /* 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
+ * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -23,6 +23,8 @@
 
 #include "common.h"
 
+#define AccountingLog   "everything.log"
+
 enum log_severity {
     LOG_REPLAY,   /* 0 */
     LOG_DEBUG,
@@ -92,5 +94,6 @@ struct logSearch* log_discrim_create(struct userNode *service, struct userNode *
 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,...);
+int ShowLog(struct userNode *user, struct chanNode *cptr, char *chan, char *nuh, char *command, char *rest, int maxlines);
 
 #endif