X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/d40078e9e37db7c291a2ed6878e72bc4d5924e5d..9b76e9d2c7bdd413e36432b64a0022852a484dea:/common.h?ds=inline diff --git a/common.h b/common.h index 93d722f..3563d00 100644 --- a/common.h +++ b/common.h @@ -6,4 +6,4 @@ void die(const char *message); void die_err(const char *message); -const char *encode_time(time_t t); +char *encode_time(time_t t);