From e950e089e6b58f3ceecf845c67b7d6cc5ceceda8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 20 Feb 1998 07:51:55 +0000 Subject: [PATCH] prototype for unparse_time_approx git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4445 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/parse_time.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/parse_time.h b/lib/roken/parse_time.h index 89a8af842..3837b5533 100644 --- a/lib/roken/parse_time.h +++ b/lib/roken/parse_time.h @@ -47,6 +47,9 @@ parse_time (const char *s, const char *def_unit); size_t unparse_time (int t, char *s, size_t len); +size_t +unparse_time_approx (int t, char *s, size_t len); + void print_time_table (FILE *f);