diff options
author | June McEnroe <june@causal.agency> | 2019-02-25 21:48:05 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-25 21:48:05 -0500 |
commit | b2f6082dffb6a5fce557882e18183c2438ea4a3d (patch) | |
tree | ddde9f271c6cd97114fd522266e2572a407c31c1 /chat.h | |
parent | Output raw to standard error if it is not a terminal (diff) | |
download | catgirl-b2f6082dffb6a5fce557882e18183c2438ea4a3d.tar.gz catgirl-b2f6082dffb6a5fce557882e18183c2438ea4a3d.zip |
Add M-l to list the log
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
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); |