summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/timer.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-12-01 12:59:00 +0100
committerMartin Mares <mj@ucw.cz>1999-12-01 12:59:00 +0100
commitafa8937ac8433a7cb430a14f7613e8d0555f1149 (patch)
tree5441fc23eed9a260ba0107bfe94fd8daad069263 /sysdep/unix/timer.h
parent6781e5213b3c910317a68aaee7ee53e81ee93948 (diff)
downloadbird-afa8937ac8433a7cb430a14f7613e8d0555f1149.tar
bird-afa8937ac8433a7cb430a14f7613e8d0555f1149.zip
Added tm_format_reltime() for formatting of relative time quantities.
Diffstat (limited to 'sysdep/unix/timer.h')
-rw-r--r--sysdep/unix/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/timer.h b/sysdep/unix/timer.h
index 482f531..242b330 100644
--- a/sysdep/unix/timer.h
+++ b/sysdep/unix/timer.h
@@ -35,6 +35,8 @@ extern bird_clock_t now; /* Time in seconds since unknown epoch */
bird_clock_t tm_parse_date(char *); /* Convert date to bird_clock_t */
void tm_format_date(char *, bird_clock_t); /* Convert bird_clock_t to date */
#define TM_DATE_BUFFER_SIZE 12 /* Buffer size required by tm_format_date */
+void tm_format_reltime(char *, bird_clock_t); /* Convert bird_clock_t to relative datetime string */
+#define TM_RELTIME_BUFFER_SIZE 12 /* Buffer size required by tm_format_time */
#ifdef TIME_T_IS_64BIT
#define TIME_INFINITY 0x7fffffffffffffff