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