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