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