X-Git-Url: http://git.scottworley.com/tl-append/blobdiff_plain/0c5417d5f47201c1b423dd9bb710ccfde06417da..ee028f60297c4f800d6bcd3433b4263e0c8714ca:/common.h 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);