X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/d522116b5fdc09e3f83fe4f88515dec52a3e0462..bab98a3a230bcc2161254e5796ec97e1391b4907:/common.h diff --git a/common.h b/common.h index e442b2c..8d40a78 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,9 @@ +#include + extern const char *FILENAME; void die(const char *message); void die_err(const char *message); + +const char *encode_time(time_t t);