From e93d74a2ca293ff861240d8413f69ced4d737233 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 17 Dec 1997 03:22:32 +0000 Subject: [PATCH] (print_time_table): new function git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4219 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/parse_time.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/roken/parse_time.c b/lib/roken/parse_time.c index dcef563a9..30e781b22 100644 --- a/lib/roken/parse_time.c +++ b/lib/roken/parse_time.c @@ -69,3 +69,9 @@ unparse_time (int t, char *s, size_t len) { return unparse_units (t, time_units, s, len); } + +void +print_time_table (FILE *f) +{ + return print_units_table (time_units, f); +}