]> git.scottworley.com Git - tl-append/blame - common.h
Hold a lock while appending
[tl-append] / common.h
CommitLineData
bab98a3a
SW
1#include <time.h>
2
0c5417d5 3extern const char *const FILENAME;
d522116b
SW
4
5void die(const char *message);
6
7void die_err(const char *message);
bab98a3a
SW
8
9const char *encode_time(time_t t);