mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common: New function elapsed_time_string.
* common/gettime.c (elapsed_time_string): New.
This commit is contained in:
parent
f90cfe6b66
commit
04e304278c
2 changed files with 41 additions and 0 deletions
|
@ -33,6 +33,8 @@ void gnupg_get_isotime (gnupg_isotime_t timebuf);
|
|||
void gnupg_set_time (time_t newtime, int freeze);
|
||||
int gnupg_faked_time_p (void);
|
||||
u32 make_timestamp (void);
|
||||
char *elapsed_time_string (time_t since, time_t now);
|
||||
|
||||
u32 scan_isodatestr (const char *string);
|
||||
int isotime_p (const char *string);
|
||||
int isotime_human_p (const char *string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue