print_time_table prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4220 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-17 03:22:49 +00:00
parent e93d74a2ca
commit 084041e05b

View File

@@ -47,4 +47,7 @@ parse_time (const char *s, const char *def_unit);
size_t
unparse_time (int t, char *s, size_t len);
void
print_time_table (FILE *f);
#endif /* __PARSE_TIME_H__ */