about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-25 21:48:05 -0500
committerJune McEnroe <june@causal.agency>2019-02-25 21:48:05 -0500
commitb2f6082dffb6a5fce557882e18183c2438ea4a3d (patch)
treeddde9f271c6cd97114fd522266e2572a407c31c1 /chat.h
parentOutput raw to standard error if it is not a terminal (diff)
downloadcatgirl-b2f6082dffb6a5fce557882e18183c2438ea4a3d.tar.gz
catgirl-b2f6082dffb6a5fce557882e18183c2438ea4a3d.zip
Add M-l to list the log
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
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);