about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-29 18:20:24 -0500
committerJune McEnroe <june@causal.agency>2018-11-29 18:20:24 -0500
commitd7659376d16380d862fe5b6b8a886a9115a0f2cf (patch)
treeba708ddc4ca14943a470b874fcc05181fbf21c93 /chat.h
parentShow unread count in term title (diff)
downloadcatgirl-d7659376d16380d862fe5b6b8a886a9115a0f2cf.tar.gz
catgirl-d7659376d16380d862fe5b6b8a886a9115a0f2cf.zip
Add basic log replay
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 1a56992..912bc90 100644
--- a/chat.h
+++ b/chat.h
@@ -181,6 +181,7 @@ void logOpen(const char *path);
 void logFmt(
 	struct Tag tag, const time_t *ts, const char *format, ...
 ) __attribute__((format(printf, 3, 4)));
+void logReplay(struct Tag tag);
 
 wchar_t *wcsnchr(const wchar_t *wcs, size_t len, wchar_t chr);
 wchar_t *wcsnrchr(const wchar_t *wcs, size_t len, wchar_t chr);