From b2f6082dffb6a5fce557882e18183c2438ea4a3d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 25 Feb 2019 21:48:05 -0500 Subject: Add M-l to list the log --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index f3a102c..d6c234c 100644 --- a/chat.h +++ b/chat.h @@ -190,6 +190,7 @@ void logOpen(const char *path); void logFmt( struct Tag tag, const time_t *ts, const char *format, ... ) __attribute__((format(printf, 3, 4))); +void logList(struct Tag tag); void logReplay(struct Tag tag); wchar_t *wcsnchr(const wchar_t *wcs, size_t len, wchar_t chr); -- cgit 1.4.1