X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/83ff05c356f6497be2475640d1cb2e3eb369831f..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/log.h diff --git a/src/log.h b/src/log.h index 311319e..b80cba8 100644 --- a/src/log.h +++ b/src/log.h @@ -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