diff options
Diffstat (limited to 'lib/timer.h')
-rw-r--r-- | lib/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timer.h b/lib/timer.h index ed8f0d02..3b99825f 100644 --- a/lib/timer.h +++ b/lib/timer.h @@ -122,6 +122,6 @@ struct timeformat { btime tm_parse_time(char *x); void tm_format_time(char *x, struct timeformat *fmt, btime t); -void tm_format_real_time(char *x, const char *fmt, btime t); +int tm_format_real_time(char *x, size_t max, const char *fmt, btime t); #endif |